Skip to content

Commit

Permalink
Merge pull request #13 from userdocs/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
userdocs authored Sep 6, 2023
2 parents bff8278 + dde98b6 commit bb501ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-ninja-crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: Host - Checkout action
uses: actions/checkout@v3
uses: actions/checkout@v4

# Fix this bug https://github.com/actions/runner-images/issues/7192
- name: Host - phased updates
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
ninja_version: ${{ needs.build.outputs.ninja_version }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Host - Download artifacts
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
env:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Trigger rerun workflow on job failures
run: |
inputs_value="${{ inputs.retries }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rerun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
steps:
- name: Host - Checkout action
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: gh cli rerun and summaries
if: inputs.attempts < inputs.retries
Expand Down

0 comments on commit bb501ee

Please sign in to comment.