Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent e7ad13e commit ec22ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.5
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
os: ubuntu-20.04
steps:
- name: Checkout source
uses: actions/checkout@2036a08e25fa78bbd946711a407b529a0a1204bf # v2.3.2
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.5

- name: Setup cache
uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8
Expand Down

0 comments on commit ec22ada

Please sign in to comment.