Skip to content

Commit 1e1967e

Browse files
committed
⬆️ upgrade github action dependencies
1 parent 3d16c67 commit 1e1967e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88

99
steps:
1010
- run: sudo apt-get install gifsicle graphicsmagick
11-
- uses: actions/checkout@v1
12-
- uses: actions/[email protected].2
11+
- uses: actions/checkout@v2.3.3
12+
- uses: actions/[email protected].4
1313
with:
1414
node-version: 14
1515

16-
- uses: bahmutov/[email protected].1
16+
- uses: bahmutov/[email protected].3
1717

1818
- run: yarn type
1919
- run: yarn lint
@@ -25,12 +25,12 @@ jobs:
2525

2626
steps:
2727
- run: sudo apt-get install gifsicle graphicsmagick
28-
- uses: actions/checkout@v1
29-
- uses: actions/[email protected].2
28+
- uses: actions/checkout@v2.3.3
29+
- uses: actions/[email protected].4
3030
with:
3131
node-version: 14
3232

33-
- uses: bahmutov/[email protected].1
33+
- uses: bahmutov/[email protected].3
3434

3535
- run: ( cd packages/compute ; yarn benchmark )
3636
- run: ( cd packages/gif-creator ; yarn benchmark )
@@ -58,7 +58,7 @@ jobs:
5858
name: output
5959
path: ${{ steps.snake-gif.outputs.gif_out_path }}
6060

61-
- uses: crazy-max/[email protected].1
61+
- uses: crazy-max/[email protected].3
6262
with:
6363
target_branch: output
6464
build_dir: dist
@@ -68,18 +68,18 @@ jobs:
6868
deploy-ghpages:
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/checkout@v1
72-
- uses: actions/[email protected].2
71+
- uses: actions/checkout@v2.3.3
72+
- uses: actions/[email protected].4
7373
with:
7474
node-version: 14
7575

76-
- uses: bahmutov/[email protected].1
76+
- uses: bahmutov/[email protected].3
7777

7878
- run: yarn build:demo
7979
env:
8080
BASE_PATHNAME: "snk"
8181

82-
- uses: crazy-max/[email protected].1
82+
- uses: crazy-max/[email protected].3
8383
if: success() && github.ref == 'refs/heads/master'
8484
with:
8585
target_branch: gh-pages

0 commit comments

Comments
 (0)