Skip to content

Commit ccaf9ef

Browse files
NO-JIRA Bump actions/checkout from 3 to 4
1 parent 69c1a75 commit ccaf9ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
run_qa:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
with:
1111
token: ${{ secrets.GITHUB_TOKEN }}
1212
- run: ./test/run-qa.sh

.github/workflows/update-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Parse semver
1919
uses: madhead/semver-utils@latest

0 commit comments

Comments
 (0)