Skip to content

Commit

Permalink
Bump actions/checkout from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and stevedlawrence committed Sep 25, 2023
1 parent 7810b54 commit 57f183a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Check out Repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Submit Dependency Graph
uses: scalacenter/[email protected]
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Check out mxml source (Windows)
if: runner.os == 'Windows'
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
repository: michaelrsweet/mxml
ref: v3.3
Expand All @@ -138,7 +138,7 @@ jobs:
echo "COURSIER_CONFIG_DIR=$temp" >> $GITHUB_ENV
- name: Check out Repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
# Disabling shallow clone is recommended for improving sonarcloud reporting
with:
fetch-depth: 0
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
############################################################

- name: Check out Repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Setup Java
uses: actions/[email protected]
Expand Down

0 comments on commit 57f183a

Please sign in to comment.