diff --git a/.github/workflows/check-alpine-version.yml b/.github/workflows/check-alpine-version.yml index 59eaa80d..b3317377 100644 --- a/.github/workflows/check-alpine-version.yml +++ b/.github/workflows/check-alpine-version.yml @@ -33,7 +33,7 @@ jobs: - name: Create pull request if: steps.update-alpine.outcome == 'success' - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e + uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 with: token: ${{ secrets.GITHUB_TOKEN }} add-paths: | diff --git a/.github/workflows/check-go-versions.yml b/.github/workflows/check-go-versions.yml index efa08a8e..99f3e1a5 100644 --- a/.github/workflows/check-go-versions.yml +++ b/.github/workflows/check-go-versions.yml @@ -16,7 +16,7 @@ jobs: # Perform a GET request to endoflife.date for the Go language. The response # contains all Go releases; we're interested in the 0'th and 1'th (latest and penultimate.) - name: Fetch officially supported Go versions - uses: JamesIves/fetch-api-data-action@396ebea7d13904824f85b892b1616985f847301c + uses: JamesIves/fetch-api-data-action@396ebea7d13904824f85b892b1616985f847301c # v2.2.4 with: endpoint: https://endoflife.date/api/go.json configuration: '{ "method": "GET" }' @@ -54,7 +54,7 @@ jobs: - name: Create pull request if: steps.update.outcome == 'success' - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e + uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 with: token: ${{ secrets.GITHUB_TOKEN }} add-paths: |