Skip to content

Commit 299598a

Browse files
authored
Merge pull request #170 from CCI-MOC/dependabot/github_actions/actions/checkout-6
2 parents c71f620 + 2d37634 commit 299598a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v5
33+
uses: actions/checkout@v6
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@v5
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-python@v6
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@v5
12+
uses: actions/checkout@v6
1313

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

0 commit comments

Comments
 (0)