build(deps): bump actions/checkout from 2.4.0 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 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.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-07 04:12:16 +00:00 committed by Ondřej Budai
parent 0c73e88cfa
commit 0756d6a76a
3 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
# https://scan.coverity.com/projects/osbuild-osbuild-composer
- name: Run coverity scan script

View file

@ -23,7 +23,7 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
@ -63,7 +63,7 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
@ -89,7 +89,7 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
@ -109,7 +109,7 @@ jobs:
name: "🐚 Shellcheck"
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run ShellCheck
@ -127,7 +127,7 @@ jobs:
- name: Install dependencies
run: sudo dnf install -y rpmlint rpm-build make git-core
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

View file

@ -22,7 +22,7 @@ jobs:
sudo apt install -y jq
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_sha }}
fetch-depth: 0