This is an automated email from the ASF dual-hosted git repository.
slawrence 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 ef077f65e Bump actions/checkout from 3.0.0 to 3.0.1
ef077f65e is described below
commit ef077f65ee5249fd34a45dc94cebecafd905e444
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 14 19:15:44 2022 +0000
Bump actions/checkout from 3.0.0 to 3.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to
3.0.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/v3.0.0...v3.0.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/main.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a9de451cd..3ee6c4d76 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -83,7 +83,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
@@ -114,7 +114,7 @@ jobs:
# path: ~/.cache/coursier ~/.ivy2/cache ~/.sbt
- name: Check out Repository
- uses: actions/[email protected]
+ uses: actions/[email protected]
# Disabling shallow clone is recommended for improving reporting
with:
fetch-depth: 0