Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4.0.0 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
dependabot[bot] and frenck authored Sep 12, 2023
1 parent d995773 commit 92eab1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
release: ${{ steps.version.outputs.version }}
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
version: ["3.15", "3.16", "3.17", "3.18"]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.0.0

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
version: ["buster", "bullseye", "bookworm"]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.0.0

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
version: ["16.04", "18.04", "20.04"]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.0.0

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
version: ["buster", "bullseye", "bookworm"]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.0.0

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
python: ["3.9", "3.10", "3.11"]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.0.0

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Release Drafter
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0

Expand Down

0 comments on commit 92eab1b

Please sign in to comment.