Skip to content

Commit

Permalink
Update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
larose committed Jul 8, 2024
1 parent bff3776 commit 879bfc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
registry-1.docker.io
- run: |
sudo nft list ruleset
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v1
with:
Expand All @@ -53,7 +53,7 @@ jobs:
allowed-domains: |
files.pythonhosted.org
pypi.org
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
production.cloudflare.docker.com
pypi.org
registry-1.docker.io
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 879bfc9

Please sign in to comment.