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 8c89d62ad Bump actions/checkout from 3.0.1 to 3.0.2
8c89d62ad is described below
commit 8c89d62add9e0d101bb630ce4250b75fddb684f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 21 19:15:58 2022 +0000
Bump actions/checkout from 3.0.1 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to
3.0.2.
- [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.1...v3.0.2)
---
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 6e9ce9804..cd9239282 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