Skip to content

Commit e151c4a

Browse files
authored
Merge pull request #1691 from nubolab-ffwd/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5.0.1
2 parents 9ec53b5 + 9f38f41 commit e151c4a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/[email protected].0
12+
- uses: actions/[email protected].1
1313
- uses: pnpm/[email protected]
1414
- name: Use Node.js ${{ matrix.node-version }}
1515
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
manifest-file: .release-please-manifest.json
1818
target-branch: ${{ github.ref_name }}
1919
# The logic below handles the npm publication:
20-
- uses: actions/[email protected].0
20+
- uses: actions/[email protected].1
2121
# these if statements ensure that a publication only occurs when
2222
# a new release is created:
2323
if: ${{ steps.release.outputs.releases_created == 'true' }}

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].1
1717
- uses: pnpm/[email protected]
1818
- uses: actions/[email protected]
1919
with:
@@ -31,7 +31,7 @@ jobs:
3131
node-version: [20.x, 22.x, 24.x]
3232

3333
steps:
34-
- uses: actions/[email protected].0
34+
- uses: actions/[email protected].1
3535
- uses: pnpm/[email protected]
3636
- name: Use Node.js ${{ matrix.node-version }}
3737
uses: actions/[email protected]
@@ -60,7 +60,7 @@ jobs:
6060
6161
6262
steps:
63-
- uses: actions/[email protected].0
63+
- uses: actions/[email protected].1
6464
- uses: pnpm/[email protected]
6565
- uses: actions/[email protected]
6666
with:

0 commit comments

Comments
 (0)