From bcd74d5d6cb1b76c5e65f01eef53d2cb33e030eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 13:09:07 +0000 Subject: [PATCH] Bump actions/checkout from 3.1.0 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.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.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/__0.yml | 2 +- .github/workflows/__1.yml | 2 +- .github/workflows/__2.yml | 2 +- .github/workflows/_template.yml | 2 +- .github/workflows/generate.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/__0.yml b/.github/workflows/__0.yml index 5ca5202..37bf2b8 100644 --- a/.github/workflows/__0.yml +++ b/.github/workflows/__0.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: ref: ${{ github.ref }} token: ${{ secrets.TOKEN }} diff --git a/.github/workflows/__1.yml b/.github/workflows/__1.yml index 5c4b759..74f5bbf 100644 --- a/.github/workflows/__1.yml +++ b/.github/workflows/__1.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: ref: ${{ github.ref }} token: ${{ secrets.TOKEN }} diff --git a/.github/workflows/__2.yml b/.github/workflows/__2.yml index da09331..5ce1855 100644 --- a/.github/workflows/__2.yml +++ b/.github/workflows/__2.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: ref: ${{ github.ref }} token: ${{ secrets.TOKEN }} diff --git a/.github/workflows/_template.yml b/.github/workflows/_template.yml index 52f88c4..3667309 100644 --- a/.github/workflows/_template.yml +++ b/.github/workflows/_template.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: ref: ${{ github.ref }} token: ${{ secrets.TOKEN }} diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index d496ee6..dba6b26 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: ref: ${{ github.ref }} token: ${{ secrets.TOKEN }}