Skip to content

Commit

Permalink
Merge pull request #358 from deNBI/deps/actions-checkout-4.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update actions/checkout action to v4.2.0
  • Loading branch information
dweinholz authored Oct 2, 2024
2 parents ad4a313 + 2fd2114 commit 24c31e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Build with retry
uses: Wandalen/[email protected]
with:
Expand Down

0 comments on commit 24c31e5

Please sign in to comment.