Skip to content

Commit cb7f8fa

Browse files
Copilotvharseko
andauthored
chore: bump actions/checkout to v6 and actions/cache to v5 (#170)
* Initial plan * chore: update actions/checkout to v6 and actions/cache to v5 Agent-Logs-Url: https://github.com/OpenIdentityPlatform/commons/sessions/5c267fb7-b901-4299-9a32-2601a47da789 Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 parent b834d7a commit cb7f8fa

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
java: [ '11', '17', '21', '25', '26' ]
1414
fail-fast: false
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: ${{ matrix.Java }}-${{ matrix.os }}
1818
uses: actions/setup-java@v4
1919
with:
2020
java-version: ${{ matrix.java }}
2121
distribution: 'zulu'
2222
- name: Cache Maven packages
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: ~/.m2/repository
2626
key: ${{ runner.os }}-m2-repository-${{ hashFiles('**/pom.xml') }}

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import
2424
gpg --list-secret-keys --keyid-format LONG
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828
submodules: recursive
@@ -36,7 +36,7 @@ jobs:
3636
server-username: MAVEN_USERNAME
3737
server-password: MAVEN_PASSWORD
3838
- name: Cache Maven packages
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: ~/.m2/repository
4242
key: ${{ runner.os }}-m2-repository-${{ hashFiles('**/pom.xml') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_CONTEXT: ${{ toJSON(github) }}
2222
run: echo "$GITHUB_CONTEXT"
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
submodules: recursives
@@ -33,7 +33,7 @@ jobs:
3333
server-username: MAVEN_USERNAME
3434
server-password: MAVEN_PASSWORD
3535
- name: Cache Maven packages
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ~/.m2/repository
3939
key: ${{ runner.os }}-m2-repository-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)