Skip to content

Commit

Permalink
KURSP-1184: update actions/checkout in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theahthodesen committed Apr 30, 2024
1 parent 0e10a1f commit a8a54c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/health-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# GitHub repository checkout
- name: GitHub repository checkout
uses: actions/checkout@v1
uses: actions/checkout@v4


- name: Check if data from API is less than DATA_MAX_AGE seconds old
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
# GitHub repository checkout
- name: GitHub repository checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Log in to Azure
run: |
Expand Down

0 comments on commit a8a54c9

Please sign in to comment.