Skip to content

Commit

Permalink
Merge pull request #657 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
2 parents e933635 + 08fd55e commit 12307a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Check out pull request's HEAD commit instead of the merge commit to
# work-around an issue where a wrong commit is being checked out.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Check out pull request's HEAD commit instead of the merge commit to
# work-around an issue where a wrong commit is being checked out.
Expand Down

0 comments on commit 12307a4

Please sign in to comment.