Skip to content

Commit 89296c6

Browse files
Merge pull request #21 from gdg-berlin-android/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 13a8bbc + f2f0749 commit 89296c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: "Checkout Repo"
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: "Setup Java 21"
1919
uses: actions/setup-java@v4
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: sudo apt-get update
1818

1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Set up JDK 21
2323
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)