Skip to content

Commit

Permalink
Bump actions/checkout from 3.2.0 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.2.0...v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 24, 2023
1 parent 135ccb6 commit af5678d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changeset-lockfile.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, 'Version Packages')
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.0
with:
fetch-depth: 2
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.0
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.0
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2.2.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
contains(github.event.pull_request.head.ref, 'dependabot/npm_and_yarn/')
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.0
with:
# Using a Personal Access Token here is required to trigger workflows on our new commit.
# The default GitHub token doesn't trigger any workflows.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.repository == 'svg-icons/svg-icons'
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v3.5.0
with:
fetch-depth: 0
persist-credentials: false
Expand Down

0 comments on commit af5678d

Please sign in to comment.