Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit cc896d3

Browse files
committed
feat: update actions versions
1 parent a3d2e9d commit cc896d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
changelog: ${{ steps.github_tag_action.outputs.changelog }}
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v1
34+
uses: actions/checkout@v4.1.6
3535

3636
- name: Bump version and push tag
3737
id: github_tag_action
38-
uses: mathieudutour/github-tag-action@v4.5
38+
uses: mathieudutour/github-tag-action@v6.2
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
release_branches: main
@@ -47,20 +47,20 @@ jobs:
4747
if: ${{ needs.bump_version.outputs.new_tag != null }}
4848
steps:
4949
- name: Checkout 🛎️
50-
uses: actions/checkout@v2.3.1
50+
uses: actions/checkout@v4.1.6
5151
with:
5252
submodules: recursive
5353

5454
- name: Setup Node
55-
uses: actions/setup-node@v1
55+
uses: actions/setup-node@v4.0.2
5656
with:
5757
node-version: '16.17.1'
5858

5959
- name: Install yarn
6060
run: npm install --global yarn
6161

6262
- name: Cache dependencies
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4.0.2
6464
with:
6565
path: ~/.npm
6666
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
@@ -77,7 +77,7 @@ jobs:
7777
yarn run build
7878
7979
- name: Deploy 🚀
80-
uses: JamesIves/github-pages-deploy-action@4.1.0
80+
uses: JamesIves/github-pages-deploy-action@v4.6.1
8181
with:
8282
branch: gh-pages # The branch the action should deploy to.
8383
folder: build # The folder the action should deploy.

0 commit comments

Comments
 (0)