Skip to content

Commit

Permalink
Merge pull request #154 from cicirello/dependabot/github_actions/mast…
Browse files Browse the repository at this point in the history
…er/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
cicirello authored Sep 5, 2023
2 parents 812c363 + b28fcda commit 43cb1b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build the Docker image
run: docker build -t pyactioncheck .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Prepare
id: prep
Expand Down

0 comments on commit 43cb1b4

Please sign in to comment.