Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent c8dbafd commit cbbd182
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] # 3.8 first, it has "all the tox envs"
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Setup Python
uses: ./.github/actions/dev-tool-python
with:
Expand All @@ -63,7 +63,7 @@ jobs:
- 'ghcr.io/projectnessie/nessie-unstable:latest'
- 'ghcr.io/projectnessie/nessie:0.63.0'
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Setup Python
uses: ./.github/actions/dev-tool-python
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

### BEGIN runner setup
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
ref: ${{ env.RELEASE_FROM }}
fetch-depth: '0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
### BEGIN runner setup
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
if: ${{ github.event_name == 'push' }}
with:
fetch-depth: '0'
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
if: ${{ github.event_name == 'workflow_dispatch' }}
with:
fetch-depth: '0'
Expand Down

0 comments on commit cbbd182

Please sign in to comment.