Skip to content

Commit

Permalink
Merge pull request #61 from hectorm/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.4

Bump actions/checkout from 4.1.3 to 4.1.4
  • Loading branch information
hectorm authored May 1, 2024
2 parents 8740523 + 692e81b commit 31c49e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f'
uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b'
- name: 'Expose GitHub Actions variables'
uses: 'actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea'
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
node_version: ['lts/*', 'current']
steps:
- name: 'Checkout'
uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f'
uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b'
- name: 'Use Node.js ${{ matrix.node_version }}'
uses: 'actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8'
with:
Expand All @@ -100,7 +100,7 @@ jobs:
deno_version: ['vx.x.x']
steps:
- name: 'Checkout'
uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f'
uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b'
- name: 'Use Deno ${{ matrix.deno_version }}'
uses: 'denoland/setup-deno@041b854f97b325bd60e53e9dc2de9cb9f9ac0cba'
with:
Expand All @@ -125,7 +125,7 @@ jobs:
bun_version: ['latest']
steps:
- name: 'Checkout'
uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f'
uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b'
- name: 'Use Bun ${{ matrix.bun_version }}'
uses: 'oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135'
with:
Expand All @@ -150,7 +150,7 @@ jobs:
browser: ['chromium', 'firefox', 'webkit']
steps:
- name: 'Checkout'
uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f'
uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b'
- name: 'Use Node.js lts/*'
uses: 'actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8'
with:
Expand All @@ -175,7 +175,7 @@ jobs:
id-token: 'write'
steps:
- name: 'Checkout'
uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f'
uses: 'actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b'
- name: 'Use Node.js lts/*'
uses: 'actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8'
with:
Expand Down

0 comments on commit 31c49e5

Please sign in to comment.