Skip to content

Commit 624f178

Browse files
Update actions/checkout action to v6
1 parent a758c1c commit 624f178

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v5.0.1
41+
uses: actions/checkout@v6.0.0
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/docker-image.yaml

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

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v5.0.1
23+
uses: actions/checkout@v6.0.0
2424

2525
- name: Log in to the Container registry
2626
uses: docker/[email protected]

.github/workflows/nodejs-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
node-version: [22.x]
1515
steps:
16-
- uses: actions/checkout@v5.0.1
16+
- uses: actions/checkout@v6.0.0
1717
- name: Use Node.js ${{ matrix.node-version }}
1818
uses: actions/[email protected]
1919
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v5.0.1
15+
uses: actions/checkout@v6.0.0
1616

1717
- name: Fetch all history for all tags and branches
1818
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)