Skip to content

Commit a7c4986

Browse files
authored
Merge pull request #40 from entur/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c386293 + 895f89e commit a7c4986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

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

1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Set up JDK 17
1818
uses: actions/setup-java@v4

.github/workflows/push.yaml

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

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Set up JDK 17
2020
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)