Skip to content

Commit 319e1d7

Browse files
committed
Merge branch 'feature/posts' of https://github.com/NielsPilgaard/Jordnaer into feature/posts
2 parents ca4fcc8 + 32d9c58 commit 319e1d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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
@@ -22,7 +22,7 @@ jobs:
2222
options: --user 1001
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

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

0 commit comments

Comments
 (0)