Skip to content

Commit ed41bed

Browse files
committed
update
1 parent b8c957b commit ed41bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
1111
config_file: [./test/setup.cfg, ./test/pyproject.toml]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: run local action code
1515
uses: ./
1616
with:
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
config_file: [./test/setup.cfg, ./test/pyproject.toml]
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- uses: actions/setup-python@v5
4242
with:
4343
python-version: '3.10'

0 commit comments

Comments
 (0)