Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.0 to 3.5.2 (#2021)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.0...v3.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2023
1 parent 4629b35 commit ec68774
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/arm-ttk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
repo: context.repo.repo,
labels: ['arm-templates']
})
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2

- name: Checkout Azure/arm-ttk
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
with:
repository: Azure/arm-ttk
path: arm-ttk

- name: Checkout Azure/iotedge-lorawan-starterkit
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
with:
repository: Azure/iotedge-lorawan-starterkit
ref: dev
Expand Down
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@v2

- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2

- uses: JasonEtco/create-an-issue@v2
if: github.event.discussion.category.name == 'Ideas'
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@v3.5.0
- uses: actions/checkout@v3.5.2

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

Expand Down
4 changes: 2 additions & 2 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@v3.5.0
- uses: actions/checkout@v3.5.2

- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

steps:

- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2

- name: Setup .NET
uses: actions/setup-dotnet@v3
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@v3.5.0
uses: actions/checkout@v3.5.2

- name: Setup .NET
uses: actions/setup-dotnet@v3
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@v3.5.0
- uses: actions/checkout@v3.5.2
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@v3.5.0
- uses: actions/checkout@v3.5.2

- 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@v3.5.0
- uses: actions/checkout@v3.5.2
- uses: DavidAnson/markdownlint-cli2-action@v9
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@v3.5.0
- uses: actions/checkout@v3.5.2
with:
ref: docs/main
fetch-depth: 0
Expand Down
10 changes: 5 additions & 5 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@v3.5.0
- uses: actions/checkout@v3.5.2

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

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2

- name: Get semver
id: version
Expand All @@ -85,18 +85,18 @@ jobs:
tags: |
type=semver,pattern={{version}}
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
path: IoT-Hub-Portal

- name: Checkout Azure/iotedge-lorawan-starterkit
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
with:
repository: Azure/iotedge-lorawan-starterkit
ref: dev
path: iotedge-lorawan-starterkit

- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
ref: arm/main
path: arm-templates
Expand Down

0 comments on commit ec68774

Please sign in to comment.