-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a55ce03
commit 821a3db
Showing
6 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: github.actor == 'dependabot[bot]' | ||
steps: | ||
- uses: actions/checkout@v3.0.2 | ||
- uses: actions/checkout@v3.1.0 | ||
- uses: ahmadnassri/[email protected] | ||
with: | ||
target: minor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -83,7 +83,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -126,7 +126,7 @@ jobs: | |
name: Semgrep | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Disable Git LFS | ||
run: | | ||
|
@@ -154,7 +154,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -215,7 +215,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -264,7 +264,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
with: | ||
lfs: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Run Labeler | ||
uses: crazy-max/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -112,7 +112,7 @@ jobs: | |
PY_COLORS: 1 | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
dev-version: ${{ steps.bump-dev-version.outputs.version }} | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
with: | ||
fetch-depth: 2 | ||
|
||
|
@@ -81,7 +81,7 @@ jobs: | |
package-version: ${{ steps.log-package-version.outputs.version }} | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -149,7 +149,7 @@ jobs: | |
package-version: ${{ needs.package-build.outputs.package-version }} | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -195,7 +195,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -232,7 +232,7 @@ jobs: | |
needs: get-tag-xor-dev-version | ||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected] | ||
|
@@ -303,7 +303,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out the repository | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.1.0 | ||
|
||
- name: Publish the release notes | ||
uses: release-drafter/[email protected] | ||
|