Skip to content

Commit f3d135e

Browse files
Merge pull request #167 from kostasdrakonakis/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 53526a5 + 80db583 commit f3d135e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- name: set up JDK 21
1717
uses: actions/setup-java@v5
1818
with:

.github/workflows/codeql.yml

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

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v7
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

0 commit comments

Comments
 (0)