Skip to content

Commit

Permalink
chore(deps): Bump actions/checkout from 3.5.2 to 3.5.3 (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 19, 2023
1 parent b498042 commit d7a1e79
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].2
uses: actions/[email protected].3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cookiecutter-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

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

- name: Upgrade pip
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: GitHub dependency vulnerability check
if: ${{ github.event_name == 'pull_request_target' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Set up Python
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

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

- name: Install Poetry
env:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

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

- name: Install Poetry
env:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
needs: tests
steps:
- name: Check out the repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Install Poetry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pull-requests: write # to create and update PRs

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 0

Expand Down

0 comments on commit d7a1e79

Please sign in to comment.