Skip to content

Commit

Permalink
[ci] bump checkout task to v3.5.0 to trust rotated GitHub SSH key
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnfunke committed Mar 27, 2023
1 parent 054a886 commit ce9e8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0

- name: Use Node.JS 16.x
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:

- name: Checkout Repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0

- name: Use Node.JS 16.x
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
Expand Down

0 comments on commit ce9e8f2

Please sign in to comment.