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 51ce502fc Bump actions/checkout from 3.2.0 to 3.3.0
51ce502fc is described below
commit 51ce502fc0e2b7e7c09dc74e4beae0efd373dc69
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 5 19:02:37 2023 +0000
Bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to
3.3.0.
- [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.2.0...v3.3.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/dependency-scan.yml | 2 +-
.github/workflows/main.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/dependency-scan.yml
b/.github/workflows/dependency-scan.yml
index d83910a0a..0117c80f7 100644
--- a/.github/workflows/dependency-scan.yml
+++ b/.github/workflows/dependency-scan.yml
@@ -34,7 +34,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the
job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can
access it
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
- name: Sbt Dependency Submission
# You may pin to the exact commit or the version.
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c29a1345a..3bceff12c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -100,7 +100,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
@@ -119,7 +119,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 reporting
with:
fetch-depth: 0