Skip to content

Commit 76e6ede

Browse files
Update actions/checkout action to v6
1 parent a94f80b commit 76e6ede

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
lint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
- uses: actions/cache@v4
1010
with:
1111
path: '**/node_modules'
@@ -33,7 +33,7 @@ jobs:
3333
- name: Ensure line endings are consistent
3434
run: git config --global core.autocrlf input
3535
- name: Check out repository
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
- uses: actions/cache@v4
3838
with:
3939
path: '**/node_modules'
@@ -64,7 +64,7 @@ jobs:
6464
webpack:
6565
runs-on: ubuntu-latest
6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
- uses: actions/cache@v4
6969
with:
7070
path: '**/node_modules'

.github/workflows/codeql-analysis.yml

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

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
# Initializes the CodeQL tools for scanning.
2323
- name: Initialize CodeQL

0 commit comments

Comments
 (0)