Skip to content

Commit b06b9f0

Browse files
chore: update actions/checkout action to v6
1 parent 05713d1 commit b06b9f0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: '24.x'
1414

1515
- name: Checkout Repo
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
lfs: true
1919

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Login to GitHub Container Registry
2222
uses: docker/login-action@v3
@@ -51,7 +51,7 @@ jobs:
5151
node-version: '24.x'
5252

5353
- name: Checkout Repo
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555
with:
5656
lfs: true
5757

@@ -112,7 +112,7 @@ jobs:
112112
node-version: '24.x'
113113

114114
- name: Checkout Repo
115-
uses: actions/checkout@v5
115+
uses: actions/checkout@v6
116116
with:
117117
lfs: true
118118

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: '24.x'
1616

1717
- name: Checkout Repo
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
lfs: true
2121

0 commit comments

Comments
 (0)