Skip to content

Commit

Permalink
Upgraded 'actions/checkout' in CI workflow to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengler committed Feb 14, 2024
1 parent 652882d commit a9c432b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Install Dependencies
run: |
Expand Down

0 comments on commit a9c432b

Please sign in to comment.