Skip to content

Commit 2ece460

Browse files
Update actions/checkout action to v6
1 parent fc0a2b5 commit 2ece460

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v6
1010
- name: Mirror + trigger CI
1111
uses: sandykadam/gitlab-mirror-and-ci-action@master
1212
with:

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: [18.x]
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v6
1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/setup-node@v2
1818
with:

0 commit comments

Comments
 (0)