Skip to content

Commit

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

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
foxyseta authored Jun 18, 2024
2 parents 158a27d + 9cdca72 commit e337f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
name: Run project
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit e337f5e

Please sign in to comment.