Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent a41cb6f commit 1df0a32
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/awesome-ideas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: hmarr/debug-action@v3

- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- uses: JasonEtco/create-an-issue@v2
if: github.event.discussion.category.name == 'Ideas'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-cfn-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
repo: context.repo.repo,
labels: ['cfn-templates']
})
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Check CloudFormation Syntax
uses: scottbrenner/cfn-lint-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/aws_deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
aws_public_registry: ${{ steps.login-ecr-public.outputs.registry }}
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- id: docker-tag
uses: yuya-takeyama/docker-tag-from-github-ref-action@v1
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
environment:
name: AWS Staging
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Configure AWS credentials
id: aws-credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bicep-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
labels: ['arm-templates']
})
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
with:
submodules: recursive

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-open-api-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
needs: [ build ]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
with:
ref: 'docs/main'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
needs: unit-test
steps:

- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- uses: actions/download-artifact@v4
with:
Expand All @@ -85,7 +85,7 @@ jobs:

# steps:

# - uses: actions/checkout@v4.1.6
# - uses: actions/checkout@v4.1.7

# - name: Setup .NET
# uses: actions/setup-dotnet@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-documentation-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Delete Documentation Version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
with:
ref: docs/main
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- id: docker-tag
uses: yuya-takeyama/docker-tag-from-github-ref-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
lint-documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: 'docs/**/*.md'
2 changes: 1 addition & 1 deletion .github/workflows/publish-documentation-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Publish Documentation with New Version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
with:
ref: docs/main
fetch-depth: 0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- id: docker-tag
uses: yuya-takeyama/docker-tag-from-github-ref-action@v1
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7

- name: Get semver
id: version
Expand All @@ -101,12 +101,12 @@ jobs:
tags: |
type=semver,pattern={{version}}
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
with:
path: IoT-Hub-Portal
submodules: recursive

- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.1.7
with:
ref: arm/main
path: arm-templates
Expand Down

0 comments on commit 1df0a32

Please sign in to comment.