From 905e04474718b52f2e7f0c90e4e69ea986e92fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:40:54 +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/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9dac9df..7cce86a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -419,7 +419,7 @@ jobs: # Checkout # ########################### - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: lfs: true @@ -453,7 +453,7 @@ jobs: ########################### # Checkout # ########################### - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: lfs: true @@ -499,7 +499,7 @@ jobs: ########################### # Checkout # ########################### - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: lfs: true @@ -545,7 +545,7 @@ jobs: ########################### # Checkout # ########################### - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: lfs: true @@ -591,7 +591,7 @@ jobs: ########################### # Checkout # ########################### - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: lfs: true