Skip to content

Commit

Permalink
Merge pull request #61 from OpenSesame/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
spilliams authored Jan 30, 2024
2 parents f67e385 + dc9805b commit 160fd33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
# checks out out repo to $GITHUB_WORKSPACE
# note: this has to be a full clone to avoid "fatal: refusing to merge unrelated histories"
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: ./automerge
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# note: this has to be a full clone to avoid "fatal: refusing to merge unrelated histories"
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./create-release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: ./shellcheck
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
# checks out out repo to $GITHUB_WORKSPACE
# note: this has to be a full clone to avoid "fatal: refusing to merge unrelated histories"
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: ./merge
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 160fd33

Please sign in to comment.