Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 094aaa3 commit 862b708
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].6
uses: actions/[email protected].7
with:
fetch-depth: 0

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

- 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].6
uses: actions/[email protected].7

- 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].6
uses: actions/[email protected].7

- 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].6
uses: actions/[email protected].7

- 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].6
uses: actions/[email protected].7

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

Expand Down

0 comments on commit 862b708

Please sign in to comment.