diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 17f7702..6480600 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 @@ -91,7 +91,7 @@ jobs: steps: - name: Create Release id: create_release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: name: Release v${{ inputs.version }} tag_name: ${{ inputs.version }} diff --git a/.github/workflows/watcher.yaml b/.github/workflows/watcher.yaml index 369e171..5f8673a 100644 --- a/.github/workflows/watcher.yaml +++ b/.github/workflows/watcher.yaml @@ -16,7 +16,7 @@ jobs: outputs: missing_tags: ${{ steps.missing_tags.outputs.tags }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Gather Missing Tags id: missing_tags shell: bash