Skip to content

Commit fc2b254

Browse files
chore(deps): update github actions dependencies
1 parent e1a0a52 commit fc2b254

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/bundle-is-fresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818
with:
1919
persist-credentials: false
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
22+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
2323
with:
2424
node-version-file: .node-version
2525
cache: npm

.github/workflows/conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Validate PR title
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: benhodgson87/conventional-pull-request-action@0934412ade38453193a02fdfdf5c57e4f3b45c75 # v1.2.0
20+
- uses: benhodgson87/conventional-pull-request-action@5cc233b5bbe95b3293e9e464ded984ed47755abe # v2.0.1
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1313
with:
1414
persist-credentials: false
1515
show-progress: false
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
18+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
1919
with:
2020
node-version-file: .node-version
2121
cache: npm

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# persist-credentials must stay enabled: the tag step below pushes to `origin`
3535
# using the credentials this checkout writes into .git/config.
36-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3737
if: ${{ steps.release.outputs.release_created }}
3838
- name: Tag Major and Minor versions
3939
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)