Skip to content

Commit 00f3a1d

Browse files
chore(deps): update actions/checkout action to v6 (#1377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29aab22 commit 00f3a1d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Steps represent a sequence of tasks that will be executed as part of the job
2929
steps:
3030
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
- name: Setup Node.js environment
3333
uses: actions/setup-node@v4.4.0
3434
with:
@@ -100,7 +100,7 @@ jobs:
100100
matrix:
101101
node: ['18.18.2', '20.9.0']
102102
steps:
103-
- uses: actions/checkout@v5
103+
- uses: actions/checkout@v6
104104
- name: Setup Node.js environment
105105
uses: actions/setup-node@v4.4.0
106106
with:
@@ -136,7 +136,7 @@ jobs:
136136
test-deno:
137137
runs-on: ubuntu-22.04
138138
steps:
139-
- uses: actions/checkout@v5
139+
- uses: actions/checkout@v6
140140
- name: Setup Node.js environment
141141
uses: actions/setup-node@v4.4.0
142142
with:

.github/workflows/prevent-commit-to-generated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
warn-user:
1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- name: Warn User to not commit generated files
1515
run: bash -c 'echo "You have commited generated files (from the dist folder), this is not allowed. You can only commit files that you have manually edited" && exit 1'

0 commit comments

Comments
 (0)