Skip to content

Commit bd498ba

Browse files
committed
Upgrade checkout version
1 parent 202ca65 commit bd498ba

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/versionator.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
1-
21
name: Celery Version Updater
32

43
# Every 30 minutes check for a new version of the package.
54
on:
65
push:
76
branches:
8-
- 'main'
7+
- "main"
98
# Don't self-trigger
109
paths-ignore:
11-
- '**/README.md'
10+
- "**/README.md"
1211
- ".github/workflows/image-build.yml"
1312
schedule:
14-
- cron: '13,43 * * * *'
15-
13+
- cron: "13,43 * * * *"
1614

1715
jobs:
1816
Version-Updater:
1917
runs-on: ubuntu-latest
2018
steps:
2119
- name: Checkout repository
22-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2321
with:
2422
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
2523

0 commit comments

Comments
 (0)