Skip to content

Commit

Permalink
Merge pull request #44 from bincrafters/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
ericLemanissier authored Sep 11, 2023
2 parents f947a63 + 2ebc9fe commit 4531881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: ["ubuntu-20.04", "windows-2019", "macos-10.15"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.8"
Expand All @@ -33,7 +33,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: bincrafters-package-tools-test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.8"
Expand Down

0 comments on commit 4531881

Please sign in to comment.