Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.5 (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 7b73aaa commit b689527
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/[email protected].4
uses: actions/[email protected].5
with:
fetch-depth: 0

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
version: ["3.16", "3.17", "3.18", "3.19"]
steps:
- name: Checkout the repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
version: ["buster", "bullseye", "bookworm"]
steps:
- name: Checkout the repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
version: ["16.04", "18.04", "20.04"]
steps:
- name: Checkout the repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
version: ["buster", "bullseye", "bookworm"]
steps:
- name: Checkout the repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Login to GitHub Container Registry
if: github.event_name == 'release'
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
python: ["3.10", "3.11", "3.12"]
steps:
- name: Checkout the repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- 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/[email protected].4
uses: actions/[email protected].5
with:
fetch-depth: 0

Expand Down

0 comments on commit b689527

Please sign in to comment.