This is an automated email from the ASF dual-hosted git repository.
jinterrante pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 716e53366 Bump actions/checkout from 4.1.0 to 4.1.1
716e53366 is described below
commit 716e5336621d6ec645eb4a3d3b47b12680a914ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 17 19:54:10 2023 +0000
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](https://github.com/actions/checkout/compare/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]>
---
.github/workflows/dependency-graph.yml | 2 +-
.github/workflows/main.yml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/dependency-graph.yml
b/.github/workflows/dependency-graph.yml
index c7abe48c3..aa1311cb7 100644
--- a/.github/workflows/dependency-graph.yml
+++ b/.github/workflows/dependency-graph.yml
@@ -29,7 +29,7 @@ jobs:
steps:
- name: Check out Repository
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Submit Dependency Graph
uses: scalacenter/[email protected]
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b8d598359..72addefc3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -119,7 +119,7 @@ jobs:
- name: Check out mxml source (Windows)
if: runner.os == 'Windows'
- uses: actions/[email protected]
+ uses: actions/[email protected]
with:
repository: michaelrsweet/mxml
ref: v3.3
@@ -138,7 +138,7 @@ jobs:
echo "COURSIER_CONFIG_DIR=$temp" >> $GITHUB_ENV
- name: Check out Repository
- uses: actions/[email protected]
+ uses: actions/[email protected]
# Disabling shallow clone is recommended for improving sonarcloud
reporting
with:
fetch-depth: 0
@@ -228,7 +228,7 @@ jobs:
############################################################
- name: Check out Repository
- uses: actions/[email protected]
+ uses: actions/[email protected]
- name: Setup Java
uses: actions/[email protected]