Skip to content

Commit d629aba

Browse files
bump github action versions
1 parent ef1ac8a commit d629aba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14-
- uses: actions/setup-python@v2
14+
- uses: actions/setup-python@v4
1515
with:
1616
python-version: '3.x'
1717
cache: 'pip'
1818
- run: pip install -r .acimov/requirements.txt
1919
- run: python .acimov/publish.py
2020
- name: rsync deployments
21-
uses: burnett01/rsync-deployments@5.1
21+
uses: burnett01/rsync-deployments@7.0.2
2222
with:
2323
switches: -a
2424
path: public/

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-python@v2
15+
- uses: actions/setup-python@v4
1616
with:
1717
python-version: '3.x'
1818
cache: 'pip'

0 commit comments

Comments
 (0)