Skip to content

Commit

Permalink
bump actions/checkout from 3.5.2 to 3.5.3 (via #2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 12, 2023
1 parent 5b0f3e3 commit d30d454
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
java-version: [ '17.0.x' ]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
permissions: # The Dependency Submission API requires write permission
contents: write
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- uses: gradle/wrapper-validation-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: "Set release version"
id: release
run: echo "::set-output name=version::${GITHUB_REF:10}"
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: "Set up JDK 1.8"
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: "Check next version"
run: |
expr "${{ github.event.inputs.nextVersion }}" : '[[:digit:]][[:digit:]]*\.[[:digit:]][[:digit:]]*$'
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
token: ${{ secrets.QAMETA_CI }}

Expand Down

0 comments on commit d30d454

Please sign in to comment.