Skip to content

Commit 97da0fb

Browse files
authored
Merge pull request #173 from bcgov/dependabot/github_actions/all-actions-76468cb07f
Bump actions/checkout from 5 to 6 in the all-actions group
2 parents 01b8830 + 45398db commit 97da0fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Configure Git Credentials
1414
run: |
1515
git config user.name github-actions[bot]

.github/workflows/validate.yml

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: Checkout code
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313

1414
- name: "Check file existence"
1515
id: check_files

0 commit comments

Comments
 (0)