Skip to content

Commit

Permalink
Merge pull request #202 from matematikk-mooc/KURSP-1184-workflow-update
Browse files Browse the repository at this point in the history
KURSP-1184: update actions/checkout in workflow
  • Loading branch information
madsenandreas authored May 8, 2024
2 parents 0e10a1f + a8a54c9 commit 463f213
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 463f213

Please sign in to comment.