-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
9bf683b
commit bc51d57
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ jobs: | |
pull-requests: write | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- name: Chores | ||
run: | | ||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ArloL/chorito/HEAD/run-latest.sh)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
- uses: actions/[email protected] | ||
with: | ||
java-version: ${{ env.JAVA_VERSION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
outputs: | ||
new_version: ${{ steps.output.outputs.new_version }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
# fetch entire history to analyze commits since last tag | ||
fetch-depth: 0 | ||
|
@@ -68,7 +68,7 @@ jobs: | |
env: | ||
REVISION: ${{ needs.version.outputs.new_version }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: graalvm/[email protected] | ||
with: | ||
version: ${{ env.GRAALVM_VERSION }} | ||
|
@@ -122,7 +122,7 @@ jobs: | |
env: | ||
REVISION: ${{ needs.version.outputs.new_version }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: graalvm/[email protected] | ||
with: | ||
version: ${{ env.GRAALVM_VERSION }} | ||
|
@@ -178,7 +178,7 @@ jobs: | |
env: | ||
REVISION: ${{ needs.version.outputs.new_version }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: graalvm/[email protected] | ||
with: | ||
version: ${{ env.GRAALVM_VERSION }} | ||
|
@@ -228,7 +228,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [version, macos, linux, windows] | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Download all workflow run artifacts | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -315,7 +315,7 @@ jobs: | |
if: ${{ github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/dependabot/') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected] | ||
with: | ||
java-version: ${{ env.JAVA_VERSION }} | ||
|