Skip to content

Commit f9bc1ff

Browse files
FdawgsUzlopak
andauthored
ci: use tags for immutable github actions (#64)
Co-authored-by: Aras Abbasi <[email protected]>
1 parent f151db2 commit f9bc1ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525

2626
steps:
2727
- name: Checkout Repository
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 1
3131
persist-credentials: false
3232

3333
- name: Setup Node ${{ matrix.node-version }}
34-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
34+
uses: actions/setup-node@v5
3535
with:
3636
always-auth: false
3737
check-latest: true

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424

2525
steps:
2626
- name: Checkout Repository
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 1
3030
persist-credentials: false
3131

3232
- name: Setup Node ${{ matrix.node-version }}
33-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
33+
uses: actions/setup-node@v5
3434
with:
3535
always-auth: false
3636
check-latest: true

0 commit comments

Comments
 (0)