Skip to content

Commit d67a9f7

Browse files
Merge pull request #463 from NielsPilgaard/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0e26a13 + 7c765c0 commit d67a9f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/website_backend_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Set up dotnet
2222
uses: actions/setup-dotnet@v4

.github/workflows/website_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Set up dotnet
2222
uses: actions/setup-dotnet@v4

.github/workflows/website_frontend_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
options: --user 1001
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Set up dotnet
2727
uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)