Skip to content

Commit 1a4b2c5

Browse files
hugovkionelmc
authored andcommitted
Bump GitHub Actions
1 parent 6525fdd commit 1a4b2c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
- {python-version: "pypy-3.9", tox-python-version: "pypy3"}
1717
- {python-version: "3.11", tox-python-version: "py311"}
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

2626
- name: Cache
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.cache/pip
3030
key:

0 commit comments

Comments
 (0)