Skip to content

Commit f1a3520

Browse files
authored
Merge pull request #142 from 11ty/dependabot/github_actions/dot-github/workflows/actions/checkout-6.0.3
Bump actions/checkout from 6.0.2 to 6.0.3 in /.github/workflows
2 parents 9839cdc + 72039f8 commit f1a3520

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node: ["22", "24", "26"]
1313
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
1414
steps:
15-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
15+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
1616
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0
1717
with:
1818
node-version: ${{ matrix.node }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
14+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
1515
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0
1616
with:
1717
node-version: "22"

0 commit comments

Comments
 (0)