Skip to content

Commit

Permalink
Merge pull request #93 from lsst-sqre/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
cbanek authored Sep 18, 2023
2 parents 88ad9d4 + c58bf62 commit 2fc0b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build and test
run: scripts/build-war.sh
Expand All @@ -38,7 +38,7 @@ jobs:
|| startsWith(github.head_ref, 'tickets/')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Define the Docker tag
id: vars
Expand Down

0 comments on commit 2fc0b9f

Please sign in to comment.