Skip to content

Commit

Permalink
Merge pull request #41 from UniversityOfHelsinkiCS/renovate/actions-c…
Browse files Browse the repository at this point in the history
…heckout-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
AleksTeresh authored Aug 2, 2024
2 parents 4b9a830 + 3cd9ded commit 1a4c52e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
needs: test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build image
id: build-image
Expand All @@ -40,7 +40,7 @@ jobs:
needs: build-and-push

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Pull image and create a container
run: docker create --name riksutin quay.io/toska/riksutin:production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
needs: test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build image
id: build-image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 1a4c52e

Please sign in to comment.