Skip to content

Commit a654328

Browse files
Merge pull request #319 from heinrichreimer/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 1 to 4
2 parents 90f1b6c + fa0569d commit a654328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: macOS-10.14
66
steps:
77
- name: "📥 Check-out"
8-
uses: actions/checkout@v1
8+
uses: actions/checkout@v4
99
- name: "🧰 Install JDK"
1010
uses: actions/setup-java@v1
1111
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-18.04
1515
steps:
1616
- name: "📥 Check-out"
17-
uses: actions/checkout@v1
17+
uses: actions/checkout@v4
1818
- name: "🏷️ Get version tag"
1919
id: get-version
2020
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)