Skip to content

Commit

Permalink
Merge pull request #3 from redlukas/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.1

Bump actions/checkout from 3.6.0 to 4.1.1
  • Loading branch information
redlukas authored Oct 22, 2023
2 parents 397ebbb + ae1299b commit c8a65b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down

0 comments on commit c8a65b9

Please sign in to comment.