Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and neilime committed Sep 8, 2023
1 parent 5cf1ae6 commit 50d8cd6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__test-action-matrix-outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Tests for set/get matrix outputs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: set-matrix-output-1
uses: ./actions/set-matrix-output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/__test-action-slugify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Tests for slugify action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- id: slugify
uses: ./actions/slugify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-dependabot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Generate Dependabot Config
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Generate Dependabot Glob
uses: Makeshift/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: "ubuntu-latest"
name: Run checks
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
latest-tag: ${{ steps.get-latest-tag.outputs.tag }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
matrix:
action: ${{ fromJson(needs.prepare-release.outputs.changed-actions) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 📖 Generate README
uses: bitflight-devops/[email protected]
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
matrix:
workflow: ${{ fromJson(needs.prepare-release.outputs.changed-workflows) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: 📖 Generate README
id: generate-readme
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
actions: write

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 50d8cd6

Please sign in to comment.