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 3 to 4 #110

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
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Oct 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 62ae3a1b109e7d5bde74875beed88ce54f1a2d06
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
contents: read
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

@@ -38,7 +38,7 @@ jobs:
contents: read
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

@@ -62,7 +62,7 @@ jobs:
node-version: [14, 16, 18, 20]
steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false