build(deps): bump actions/checkout from 2 to 3 (#29276)
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...a12a3943b4bdde767164f792f33f40b04645d846) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										18
									
								
								.github/workflows/unit_tests.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/unit_tests.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ jobs: | ||||
|   validate: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||||
|     - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||||
|     - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 | ||||
|       with: | ||||
|         python-version: 3.9 | ||||
| @@ -31,7 +31,7 @@ jobs: | ||||
|   style: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||||
|     - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||||
|       with: | ||||
|         fetch-depth: 0 | ||||
|     - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 | ||||
| @@ -57,7 +57,7 @@ jobs: | ||||
|       packages: ${{ steps.filter.outputs.packages }} | ||||
|       with_coverage: ${{ steps.coverage.outputs.with_coverage }} | ||||
|     steps: | ||||
|     - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||||
|     - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||||
|       if: ${{ github.event_name == 'push' }} | ||||
|       with: | ||||
|         fetch-depth: 0 | ||||
| @@ -106,7 +106,7 @@ jobs: | ||||
|         - python-version: 3.9 | ||||
|           concretizer: original | ||||
|     steps: | ||||
|     - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||||
|     - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||||
|       with: | ||||
|         fetch-depth: 0 | ||||
|     - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 | ||||
| @@ -171,7 +171,7 @@ jobs: | ||||
|     needs: [ validate, style, changes ] | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||||
|     - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||||
|       with: | ||||
|         fetch-depth: 0 | ||||
|     - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 | ||||
| @@ -218,7 +218,7 @@ jobs: | ||||
|           dnf install -y \ | ||||
|               bzip2 curl file gcc-c++ gcc gcc-gfortran git gnupg2 gzip \ | ||||
|               make patch tcl unzip which xz | ||||
|     - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||||
|     - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||||
|     - name: Setup repo and non-root user | ||||
|       run: | | ||||
|           git --version | ||||
| @@ -237,7 +237,7 @@ jobs: | ||||
|     needs: [ validate, style, changes ] | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||||
|     - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||||
|       with: | ||||
|         fetch-depth: 0 | ||||
|     - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 | ||||
| @@ -286,7 +286,7 @@ jobs: | ||||
|       matrix: | ||||
|         python-version: [3.8] | ||||
|     steps: | ||||
|     - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||||
|     - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||||
|       with: | ||||
|         fetch-depth: 0 | ||||
|     - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 | ||||
| @@ -331,7 +331,7 @@ jobs: | ||||
|     needs: [ validate, style, changes ] | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # @v2 | ||||
|     - uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # @v2 | ||||
|     - uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 # @v2 | ||||
|       with: | ||||
|         python-version: 3.9 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]