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 271a1f4a9 Bump actions/checkout from 3.0.2 to 3.1.0
271a1f4a9 is described below
commit 271a1f4a94515bf9eaf1ab00c361c75041f3ebb4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 4 19:19:24 2022 +0000
Bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to
3.1.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.0.2...v3.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]>
---
.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 581a2b117..5ed6169d9 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 23b68b74b..a38e6017d 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
@@ -102,7 +102,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