Skip to content

Commit

Permalink
NO-JIRA Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent 69c1a75 commit ccaf9ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
run_qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: ./test/run-qa.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

- name: Parse semver
uses: madhead/semver-utils@latest
Expand Down

0 comments on commit ccaf9ef

Please sign in to comment.