Skip to content

Commit 974b331

Browse files
committed
Also update various actions
1 parent 1181d66 commit 974b331

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pants.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
matrix:
2525
python-version: [3.8]
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828

29-
- uses: actions/setup-python@v5
29+
- uses: actions/setup-python@v6
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

33-
- uses: crazy-max/ghaction-setup-docker@v3
33+
- uses: docker/setup-docker-action@v4
3434
with:
3535
daemon-config: |
3636
{

0 commit comments

Comments
 (0)