Skip to content

Commit

Permalink
Merge pull request #701 from TeoZosa/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.1.0
  • Loading branch information
dependabot[bot] authored Oct 6, 2022
2 parents 12e7552 + 821a3db commit 853aace
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_log4brains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0
with:
persist-credentials: false # required by JamesIves/github-pages-deploy-action
fetch-depth: 0 # required by Log4brains to work correctly (needs the whole Git history)
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 853aace

Please sign in to comment.