Skip to content

Commit 9a78a4e

Browse files
bump actions/checkout from 3.5.3 to 3.6.0 (via #952)
1 parent 0e8fcfe commit 9a78a4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
java-version: [ '17.0.x' ]
2121
steps:
22-
- uses: actions/checkout@v3.5.3
22+
- uses: actions/checkout@v3.6.0
2323

2424
- name: Set up JDK ${{ matrix.java-version }}
2525
uses: actions/setup-java@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3.5.3
11+
- uses: actions/checkout@v3.6.0
1212

1313
- name: "Set up JDK 17.0.x"
1414
uses: actions/setup-java@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: "Check next version"
2121
run: |
2222
expr "${{ github.event.inputs.nextVersion }}" : '[[:digit:]][[:digit:]]*\.[[:digit:]][[:digit:]]*$'
23-
- uses: actions/checkout@v3.5.3
23+
- uses: actions/checkout@v3.6.0
2424
with:
2525
token: ${{ secrets.QAMETA_CI }}
2626

0 commit comments

Comments
 (0)