Skip to content

Commit

Permalink
Merge pull request #157 from TeoZosa/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-2.3.5
  • Loading branch information
dependabot[bot] authored Oct 18, 2021
2 parents 2f63170 + 0e88f6f commit c1eb554
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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/[email protected].3
- uses: actions/[email protected].5
- uses: ahmadnassri/[email protected]
with:
target: minor
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Check out the repository
uses: actions/[email protected].3
uses: actions/[email protected].5

- name: Set up Python
uses: actions/[email protected]
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Check out the repository
uses: actions/[email protected].3
uses: actions/[email protected].5

- name: Set up Python
uses: actions/[email protected]
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
name: Semgrep
steps:
- name: Check out the repository
uses: actions/[email protected].3
uses: actions/[email protected].5

- name: Disable Git LFS
run: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

steps:
- name: Check out the repository
uses: actions/[email protected].3
uses: actions/[email protected].5

- name: Set up Python
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/[email protected].3
uses: actions/[email protected].5

- name: Set up Python
uses: actions/[email protected]
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/[email protected].3
uses: actions/[email protected].5

- name: Run Labeler
uses: crazy-max/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
dev-version: ${{ steps.bump-dev-version.outputs.version }}
steps:
- name: Check out the repository
uses: actions/[email protected].3
uses: actions/[email protected].5
with:
ref: ${{ github.event.workflow_run.head_branch }}
fetch-depth: 2
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- get-tag-xor-dev-version
steps:
- name: Check out the repository
uses: actions/[email protected].3
uses: actions/[email protected].5
with:
ref: ${{ github.event.workflow_run.head_branch }}

Expand Down

0 comments on commit c1eb554

Please sign in to comment.