From 5e42270357a09a28b00597be8b15a39cc88ec525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 07:46:33 +0000 Subject: [PATCH] build(deps): 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/autopep8.yml | 2 +- .github/workflows/flatpak-nightly.yml | 2 +- .github/workflows/flatpak.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autopep8.yml b/.github/workflows/autopep8.yml index 12957264b..7253cd3b0 100644 --- a/.github/workflows/autopep8.yml +++ b/.github/workflows/autopep8.yml @@ -6,7 +6,7 @@ jobs: autopep8: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: autopep8 uses: peter-evans/autopep8@v1 with: diff --git a/.github/workflows/flatpak-nightly.yml b/.github/workflows/flatpak-nightly.yml index c869ca5af..a24e57dc2 100644 --- a/.github/workflows/flatpak-nightly.yml +++ b/.github/workflows/flatpak-nightly.yml @@ -27,7 +27,7 @@ jobs: options: --privileged steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3 - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 with: bundle: com.github.GradienceTeam.Gradience.Devel.flatpak diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index f95f0e5b7..f82b671aa 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -28,7 +28,7 @@ jobs: options: --privileged steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3 - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 with: bundle: com.github.GradienceTeam.Gradience.flatpak