Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump actions/checkout from 2.3.4 to 3.2.0 #164

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): Bump actions/checkout from 2.3.4 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.4...v3.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Dec 13, 2022
commit 94f71797b2e430f7ed6e627ad7665e3ffd1fd0ea
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:

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

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

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

# Setup Java 11 environment for the next steps
- name: Setup Java
@@ -103,7 +103,7 @@ jobs:

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

# Setup Java 11 environment for the next steps
- name: Setup Java
@@ -152,7 +152,7 @@ jobs:

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

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

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

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

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

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