Skip to content

Commit 26fd136

Browse files
authored
Merge pull request #97 from remotemobprogramming/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 74d06f1 + d03bba0 commit 26fd136

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Lint
2424
shell: bash

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
# Check out current repository
5050
- name: Fetch Sources
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252

5353
# Validate wrapper
5454
- name: Gradle Wrapper Validation

.github/workflows/release.yml

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

2424
# Check out current repository
2525
- name: Fetch Sources
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
ref: ${{ github.event.release.tag_name }}
2929

.github/workflows/run-ui-tests.yml

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

3939
# Check out current repository
4040
- name: Fetch Sources
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
# Setup Java 11 environment for the next steps
4444
- name: Setup Java

0 commit comments

Comments
 (0)