diff --git a/.github/workflows/action-actionlint.yml b/.github/workflows/action-actionlint.yml index 719e4ee..8f48c05 100644 --- a/.github/workflows/action-actionlint.yml +++ b/.github/workflows/action-actionlint.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Run actionlint uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2 diff --git a/.github/workflows/action-conventions.yml b/.github/workflows/action-conventions.yml index 2941773..e33cfeb 100644 --- a/.github/workflows/action-conventions.yml +++ b/.github/workflows/action-conventions.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout additional config if: ${{ inputs.additional-labeler-config }} - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: sparse-checkout: ${{ inputs.additional-labeler-config }} diff --git a/.github/workflows/action-docs.yml b/.github/workflows/action-docs.yml index cafc136..be078f2 100644 --- a/.github/workflows/action-docs.yml +++ b/.github/workflows/action-docs.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/action-sync-labels.yml b/.github/workflows/action-sync-labels.yml index 587dba2..97e9441 100644 --- a/.github/workflows/action-sync-labels.yml +++ b/.github/workflows/action-sync-labels.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout additional config if: ${{ inputs.additional-config }} - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: sparse-checkout: ${{ inputs.additional-config }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ca11ade..1ed58f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: fi - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Create GitHub Release uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0