Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#405)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2023
1 parent a0c339b commit 46853cf
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 46853cf

Please sign in to comment.