Skip to content

Commit 0fa7df0

Browse files
authored
Merge pull request #43 from ONS-Innovation/dependabot/github_actions/gh-version-updates-76468cb07f
Bump actions/checkout from 5 to 6 in the gh-version-updates group
2 parents de1accc + 98d8db6 commit 0fa7df0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Lint and Test
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Install Poetry
2323
run: pipx install poetry==1.8.3
2424

.github/workflows/codeql.yml

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

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646
with:
4747
# We must fetch at least the immediate parents so that if this is
4848
# a pull request then we can checkout the head.

.github/workflows/rename-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Rename Project
2323
runs-on: ubuntu-22.04
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
# by default, it uses a depth of 1
2828
# this fetches all history so that we can read each commit

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Bandit Security Scan
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- name: Install Poetry
2323
run: pipx install poetry==1.8.3
2424

0 commit comments

Comments
 (0)