Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump actions/checkout from 4.1.2 to 4.1.4 #62

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- ubuntu-latest
steps:
### Check out the repo:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
persist-credentials: false
### Cleanall:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
fail-fast: false
steps:
### Check out the repo:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
persist-credentials: false
### Cleanall:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- macos-13 # Intel
- macos-14 # Apple Silicon
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
persist-credentials: false
- name: '[before] Print some output for debugging purposes'
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
# fail-fast: false
# steps:
# ### Check out the repo:
# - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
# - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
# with:
# persist-credentials: false
# ### Install the deps
Expand All @@ -208,7 +208,7 @@ jobs:
- ubuntu-latest
steps:
### Check out the repo:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
persist-credentials: false
### Cleanall:
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
fail-fast: false
steps:
### Check out the repo:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
persist-credentials: false
### Install NodeJS
Expand Down