Skip to content

Commit

Permalink
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 Oct 1, 2023
1 parent a0c339b commit 1afb4a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
gem --version
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/ruby/setup-ruby
- name: ruby setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
gem --version
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/ruby/setup-ruby
- name: ruby setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# https://github.com/marketplace/actions/markdown-link-check
- name: markdown-link-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-issue-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
gem --version
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/optimize-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
fetch-depth: 0
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: macOS-latest
steps:
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 1afb4a6

Please sign in to comment.