Skip to content

Commit

Permalink
Merge pull request #27 from webis-de/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 1 to 4
  • Loading branch information
janheinrichmerker authored Mar 4, 2024
2 parents c13c9ae + 9222bfa commit 0688cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "🧰 Set up JDK 14"
uses: actions/setup-java@v1
with:
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "🧰 Set up JDK 14"
uses: actions/setup-java@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "📥 Check-out"
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: "🏷️ Get version tag"
id: get-version
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
Expand Down

0 comments on commit 0688cf2

Please sign in to comment.