Skip to content

Commit 3d6b799

Browse files
chore: update actions/checkout action to v6
1 parent 8034ffc commit 3d6b799

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

@@ -114,7 +114,7 @@ jobs:
114114
node-version: '24.x'
115115

116116
- name: Checkout Repo
117-
uses: actions/checkout@v5
117+
uses: actions/checkout@v6
118118
with:
119119
lfs: true
120120

.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)