From a7e6d335737e34fd0e2db924f1f76dd48a321361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:01:50 +0000 Subject: [PATCH] Bump actions/checkout from 3.4.0 to 3.5.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.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.4.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/arm-ttk.yml | 6 +++--- .github/workflows/awesome-ideas.yml | 2 +- .github/workflows/ci-open-api-documentation.yml | 4 ++-- .github/workflows/ci-tests.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/delete-documentation-version.yml | 2 +- .github/workflows/deploy_staging.yml | 2 +- .github/workflows/lint-documentation.yml | 2 +- .../workflows/publish-documentation-new-version.yml | 2 +- .github/workflows/publish.yml | 10 +++++----- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/arm-ttk.yml b/.github/workflows/arm-ttk.yml index 3cdb58659..a9288de50 100644 --- a/.github/workflows/arm-ttk.yml +++ b/.github/workflows/arm-ttk.yml @@ -39,16 +39,16 @@ jobs: repo: context.repo.repo, labels: ['arm-templates'] }) - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 - name: Checkout Azure/arm-ttk - uses: actions/checkout@v3.4.0 + uses: actions/checkout@v3.5.0 with: repository: Azure/arm-ttk path: arm-ttk - name: Checkout Azure/iotedge-lorawan-starterkit - uses: actions/checkout@v3.4.0 + uses: actions/checkout@v3.5.0 with: repository: Azure/iotedge-lorawan-starterkit ref: dev diff --git a/.github/workflows/awesome-ideas.yml b/.github/workflows/awesome-ideas.yml index cf2308ead..f02cc5c33 100644 --- a/.github/workflows/awesome-ideas.yml +++ b/.github/workflows/awesome-ideas.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: hmarr/debug-action@v2 - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 - uses: JasonEtco/create-an-issue@v2 if: github.event.discussion.category.name == 'Ideas' diff --git a/.github/workflows/ci-open-api-documentation.yml b/.github/workflows/ci-open-api-documentation.yml index 6eb17d685..dc553cff2 100644 --- a/.github/workflows/ci-open-api-documentation.yml +++ b/.github/workflows/ci-open-api-documentation.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 - name: Setup .NET uses: actions/setup-dotnet@v3 @@ -50,7 +50,7 @@ jobs: needs: [ build ] if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 with: ref: 'docs/main' diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 946df4aa2..d0a904d10 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 - name: Setup .NET uses: actions/setup-dotnet@v3 @@ -70,7 +70,7 @@ jobs: steps: - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 - name: Setup .NET uses: actions/setup-dotnet@v3 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 510712849..3449bae7a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.4.0 + uses: actions/checkout@v3.5.0 - name: Setup .NET uses: actions/setup-dotnet@v3 diff --git a/.github/workflows/delete-documentation-version.yml b/.github/workflows/delete-documentation-version.yml index fc7dd4caf..3a034da39 100644 --- a/.github/workflows/delete-documentation-version.yml +++ b/.github/workflows/delete-documentation-version.yml @@ -10,7 +10,7 @@ jobs: name: Delete Documentation Version runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 with: ref: docs/main fetch-depth: 0 diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index f714d531a..58046f70f 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -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.4.0 + - uses: actions/checkout@v3.5.0 - id: docker-tag uses: yuya-takeyama/docker-tag-from-github-ref-action@v1 diff --git a/.github/workflows/lint-documentation.yml b/.github/workflows/lint-documentation.yml index 044e02df4..0c9e5f647 100644 --- a/.github/workflows/lint-documentation.yml +++ b/.github/workflows/lint-documentation.yml @@ -7,7 +7,7 @@ jobs: lint-documentation: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 - uses: DavidAnson/markdownlint-cli2-action@v9 with: globs: 'docs/**/*.md' diff --git a/.github/workflows/publish-documentation-new-version.yml b/.github/workflows/publish-documentation-new-version.yml index 7d4a97cf6..4e14a275e 100644 --- a/.github/workflows/publish-documentation-new-version.yml +++ b/.github/workflows/publish-documentation-new-version.yml @@ -7,7 +7,7 @@ jobs: name: Publish Documentation with New Version runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 with: ref: docs/main fetch-depth: 0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f09a9ed8a..4984bb0fc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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.4.0 + - uses: actions/checkout@v3.5.0 - id: docker-tag uses: yuya-takeyama/docker-tag-from-github-ref-action@v1 @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 - name: Get semver id: version @@ -85,18 +85,18 @@ jobs: tags: | type=semver,pattern={{version}} - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 with: path: IoT-Hub-Portal - name: Checkout Azure/iotedge-lorawan-starterkit - uses: actions/checkout@v3.4.0 + uses: actions/checkout@v3.5.0 with: repository: Azure/iotedge-lorawan-starterkit ref: dev path: iotedge-lorawan-starterkit - - uses: actions/checkout@v3.4.0 + - uses: actions/checkout@v3.5.0 with: ref: arm/main path: arm-templates