Skip to content

Commit a3df752

Browse files
chore(deps): update actions/checkout action to v6
1 parent 8bc403b commit a3df752

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check Out Repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Login to registry
1616
uses: "docker/login-action@v3.3.0"
1717
with:

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fi
2020
echo '::set-output name=tag::'$TAG_NAME
2121
- name: Check Out Repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
- name: Login to registry
2424
uses: "docker/login-action@v3.3.0"
2525
with:

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
node-version: [18]
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616
- name: Use Node.js ${{matrix.node-version}}
1717
uses: actions/setup-node@v4
1818
with:
@@ -31,7 +31,7 @@ jobs:
3131
container:
3232
image: perl:${{matrix.perl-version}}
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v6
3535
- name: perl -V
3636
run: perl -V
3737
- name: Install dependencies

0 commit comments

Comments
 (0)