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.2.1 to 4.2.2 #105

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
# with:
# persist-credentials: false
# ### Install the deps
Expand All @@ -208,7 +208,7 @@ jobs:
- ubuntu-latest
steps:
### Check out the repo:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
### Install NodeJS
Expand Down