Skip to content

Commit 9632ee6

Browse files
authored
remove legacy action versions
1 parent b0c222d commit 9632ee6

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/create-tag.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
jobs:
88
create_tag:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
if: "! contains(github.event.head_commit.message, '[skip ci]')"
1111
strategy:
1212
matrix:
@@ -16,19 +16,9 @@ jobs:
1616
with:
1717
persist-credentials: false
1818
- name: Build files using ${{ matrix.node-version }}
19-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node-version }}
22-
- name: Get yarn cache directory path
23-
id: yarn-cache-dir-path
24-
run: echo "::set-output name=dir::$(yarn cache dir)"
25-
- uses: actions/cache@v2
26-
id: yarn-cache
27-
with:
28-
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
29-
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
30-
restore-keys: |
31-
${{ runner.os }}-yarn-
3222
- name: Release new version
3323
id: release
3424
run: |
@@ -53,4 +43,4 @@ jobs:
5343
steps:
5444
- name: Meep
5545
run: |
56-
echo "Nothing to do"
46+
echo "Nothing to do"

0 commit comments

Comments
 (0)