Skip to content

Commit 7f104f2

Browse files
chore(deps): update actions/checkout action to v6.0.3 (#376)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3294185 commit 7f104f2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
node-version: [24.x]
1515
steps:
16-
- uses: actions/checkout@v6.0.2
16+
- uses: actions/checkout@v6.0.3
1717
- name: Use Node.js ${{ matrix.node-version }}
1818
uses: actions/setup-node@v6.4.0
1919
with:

.github/workflows/create-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout 🛎️
16-
uses: actions/checkout@v6.0.2
16+
uses: actions/checkout@v6.0.3
1717

1818
- name: Install and Build 🔧
1919
run: |

.github/workflows/deploy-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6.0.2
15+
- uses: actions/checkout@v6.0.3
1616

1717
- name: Use Node.js
1818
uses: actions/setup-node@v6.4.0
@@ -82,7 +82,7 @@ jobs:
8282
contents: write
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: actions/checkout@v6.0.2
85+
- uses: actions/checkout@v6.0.3
8686
with:
8787
ref: gh-pages
8888

0 commit comments

Comments
 (0)