Skip to content

Commit 2068577

Browse files
hugovkhroncok
authored andcommitted
Update GitHub Actions
1 parent ae83bcc commit 2068577

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-calendar.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
with:
1616
repository: fedora-python/python-release-schedule-ical
17-
- uses: actions/setup-python@v2
17+
- uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.8'
2020
- uses: dschep/install-pipenv-action@v1
2121
- name: Install dependencies
2222
run: pipenv install
2323
- name: Run script
2424
run: pipenv run update-calendar
25-
- uses: stefanzweifel/git-auto-commit-action@v4
25+
- uses: stefanzweifel/git-auto-commit-action@v5
2626
with:
2727
commit_message: Auto commit - Calendar was updated
2828

0 commit comments

Comments
 (0)