Skip to content

Commit 4a41f3f

Browse files
authored
Merge pull request #738 from stratospheric-dev/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents b633977 + e923114 commit 4a41f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
- name: Setup Java JDK
4141
uses: actions/setup-java@v4

.github/workflows/deployment.yml

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

1414
- name: "Checkout sources"
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: "Setup Java"
1818
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)