Skip to content

Commit

Permalink
Updating actions/checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Feb 5, 2024
1 parent 2bab97f commit 2b14ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create .env file
run: cat env.* > .env
- name: Load .env file
Expand Down

0 comments on commit 2b14ecb

Please sign in to comment.