Skip to content

Commit

Permalink
Merge pull request #586 from eXist-db/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
duncdrum authored Jan 25, 2023
2 parents 4b4432c + 02dfd73 commit d714458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# - 8080:8080

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# if: github.ref == 'refs/heads/main'
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
# - name: Setup Node.js
Expand Down

0 comments on commit d714458

Please sign in to comment.