Skip to content

Commit 4c10ce2

Browse files
authored
Merge pull request #147 from CCI-MOC/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 358a01b + 7a634a6 commit 4c10ce2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
# Login against a Docker registry except on PR
3636
# https://github.com/docker/login-action

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.12'

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Set up python
1515
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)