Skip to content

Commit

Permalink
Merge pull request #207 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

ci: bump actions/checkout from 3 to 4
  • Loading branch information
aefhm authored Oct 18, 2023
2 parents e2a9f3d + 14f150b commit 635c763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18"
Expand Down

0 comments on commit 635c763

Please sign in to comment.