Skip to content

Commit 069f9eb

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bb6be1 commit 069f9eb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/invoke-codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: "ubuntu-latest"
2424
steps:
2525
- name: "Checkout Repository"
26-
uses: "actions/checkout@v4"
26+
uses: "actions/checkout@v5"
2727
with:
2828
fetch-depth: "0"
2929
- name: "Initialize CodeQL"

.github/workflows/publish-deno-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
CDV_NPM_ROOT: "dist/npm"
1515
steps:
1616
- name: "Checkout Repository"
17-
uses: "actions/checkout@v4"
17+
uses: "actions/checkout@v5"
1818
- name: "Setup Deno"
1919
uses: "denoland/setup-deno@v2"
2020
with:

.github/workflows/review-deno-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
CDV_RUN_LITE: "${{matrix.run_on != 'ubuntu-latest'}}"
3333
steps:
3434
- name: "Checkout Repository"
35-
uses: "actions/checkout@v4"
35+
uses: "actions/checkout@v5"
3636
- name: "Setup Deno"
3737
uses: "denoland/setup-deno@v2"
3838
with:

.github/workflows/scan-virus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: "ubuntu-latest"
4444
steps:
4545
- name: "Checkout Repository"
46-
uses: "actions/checkout@v4"
46+
uses: "actions/checkout@v5"
4747
with:
4848
fetch-depth: "0"
4949
- name: "Scan Repository"

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: "ubuntu-latest"
1717
steps:
1818
- name: "Checkout Repository"
19-
uses: "actions/checkout@v4"
19+
uses: "actions/checkout@v5"
2020
- name: "Sync Labels"
2121
uses: "EndBug/label-sync@v2"
2222
with:

0 commit comments

Comments
 (0)