Skip to content

Commit

Permalink
Merge pull request #20 from mallowigi/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowigi committed Mar 19, 2022
2 parents 040d9ad + 1bff78b commit 7aaa659
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0

# Validate wrapper
- name: Gradle Wrapper Validation
Expand All @@ -46,7 +46,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0

# Setup Java 11 environment for the next steps
- name: Setup Java
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0

# Setup Java 11 environment for the next steps
- name: Setup Java
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0

# Remove old release drafts by using the curl request for the available releases with draft flag
- name: Remove Old Release Drafts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0
with:
ref: ${{ github.event.release.tag_name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0

# Setup Java 11 environment for the next steps
- name: Setup Java
Expand Down

0 comments on commit 7aaa659

Please sign in to comment.