Skip to content

Commit 91c7c9d

Browse files
Bump the actions-minor group with 3 updates
Bumps the actions-minor group with 3 updates: [chrisreddington/validate-devcontainer](https://github.com/chrisreddington/validate-devcontainer), [chrisreddington/validate-file-exists](https://github.com/chrisreddington/validate-file-exists) and [chrisreddington/validate-dependabot](https://github.com/chrisreddington/validate-dependabot). Updates `chrisreddington/validate-devcontainer` from 0.0.6 to 0.0.7 - [Release notes](https://github.com/chrisreddington/validate-devcontainer/releases) - [Commits](chrisreddington/validate-devcontainer@v0.0.6...v0.0.7) Updates `chrisreddington/validate-file-exists` from 0.0.8 to 0.0.9 - [Release notes](https://github.com/chrisreddington/validate-file-exists/releases) - [Commits](chrisreddington/validate-file-exists@v0.0.8...v0.0.9) Updates `chrisreddington/validate-dependabot` from 0.0.6 to 0.0.7 - [Release notes](https://github.com/chrisreddington/validate-dependabot/releases) - [Commits](chrisreddington/validate-dependabot@v0.0.6...v0.0.7) --- updated-dependencies: - dependency-name: chrisreddington/validate-devcontainer dependency-version: 0.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: chrisreddington/validate-file-exists dependency-version: 0.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor - dependency-name: chrisreddington/validate-dependabot dependency-version: 0.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 814f036 commit 91c7c9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/baseline-validator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
# Validate the Dev Container configuration
6969
# Learn more at https://github.com/chrisreddington/validate-devcontainer
70-
- uses: chrisreddington/validate-devcontainer@v0.0.6
70+
- uses: chrisreddington/validate-devcontainer@v0.0.7
7171
name: "Validate Dev Container Configuration"
7272
if: always()
7373
with:
@@ -78,14 +78,14 @@ jobs:
7878

7979
# Validate the existence of required files
8080
# Learn more at https://github.com/chrisreddington/validate-file-exists
81-
- uses: chrisreddington/validate-file-exists@v0.0.8
81+
- uses: chrisreddington/validate-file-exists@v0.0.9
8282
name: "Validate Required Files Exist"
8383
if: always()
8484
with:
8585
required-files: ${{ inputs.required-files }}
8686

8787
# Validate Dependabot is configured for any languages it supports that are present in the repository
8888
# Learn more at https://github.com/chrisreddington/validate-dependabot
89-
- uses: chrisreddington/validate-dependabot@v0.0.6
89+
- uses: chrisreddington/validate-dependabot@v0.0.7
9090
name: "Validate Dependabot is configured for repository's languages"
9191
if: always()

0 commit comments

Comments
 (0)