From 71aa8d1da074915544da71ccf7f423b58a931445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 04:03:20 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/analysis.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/draft-release.yml | 2 +- .github/workflows/swift-releases.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index bcab69e7..540a738d 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea562db8..82a1e305 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Unit tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: npm install - run: npm run format-check - run: npm test @@ -25,7 +25,7 @@ jobs: os: [ubuntu-latest, macos-latest] swift: ["5.5.3"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: npm install - run: npm run build && npm run pack-source-map - uses: ./ diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index e96f2213..c4e63abf 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Update Release Draft id: release_draft diff --git a/.github/workflows/swift-releases.yml b/.github/workflows/swift-releases.yml index 60bf7353..1c732a21 100644 --- a/.github/workflows/swift-releases.yml +++ b/.github/workflows/swift-releases.yml @@ -9,7 +9,7 @@ jobs: name: Swift release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: ./.github/workflows/check_swift_releases.sh