Skip to content

Commit ed3479f

Browse files
authored
CI: Fix actions/create-github-app-token version comment (#12394)
1 parent 52a500e commit ed3479f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-aws-ip-ranges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
if: ${{ github.repository_owner == 'rust-lang' }}
3030
steps:
31-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
31+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3232
id: app-token
3333
with:
3434
app-id: ${{ vars.WORKFLOWS_CRATES_IO_APP_ID }}

0 commit comments

Comments
 (0)