Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit ef0498d

Browse files
author
Norman Ziegner
authored
Merge pull request #113 from hifis-net/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ea1b92c + 8d0ae76 commit ef0498d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-22.04
2727
steps:
2828
- name: Check out the codebase.
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Prepare the job environment.
3232
uses: ./.github/workflows/prepare-action
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-22.04
4242
steps:
4343
- name: Check out the codebase.
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545

4646
- name: Prepare the job environment.
4747
uses: ./.github/workflows/prepare-action
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Check out the codebase.
64-
uses: actions/checkout@v3
64+
uses: actions/checkout@v4
6565

6666
- name: Prepare the job environment.
6767
uses: ./.github/workflows/prepare-action
@@ -92,7 +92,7 @@ jobs:
9292
needs: [lint, license_compliance, test]
9393
steps:
9494
- name: checkout
95-
uses: actions/checkout@v3
95+
uses: actions/checkout@v4
9696
- name: galaxy
9797
uses: robertdebock/galaxy-action@1.2.1
9898
with:

0 commit comments

Comments
 (0)