Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored and ArloL committed Oct 18, 2023
1 parent 9bf683b commit bc51d57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit bc51d57

Please sign in to comment.