Skip to content

Commit

Permalink
Merge pull request #269 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.1.0
  • Loading branch information
vktrrdk authored Oct 4, 2023
2 parents c26bac5 + 5e6cbd2 commit 00ccca1
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@v4
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.0.0
- uses: actions/checkout@v4.1.0
- name: Build with retry
uses: Wandalen/[email protected]
with:
Expand Down

0 comments on commit 00ccca1

Please sign in to comment.