Skip to content

Commit bd7e0da

Browse files
committed
Update some action versions in the GitHub Actions main workflow
1 parent cda14ae commit bd7e0da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
schedule:
8-
# Run at minute 30 every 3 hours, starting from the hour 0 (12 midnight)
8+
# Runs at minute 30 every 3 hours, starting from the hour 0 (12 midnight)
99
- cron: '30 0/3 * * *'
1010

1111
jobs:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use a specific Kotlin version
2121
uses: fwilhe2/setup-kotlin@main
2222
with:
23-
version: 2.1.0
23+
version: 2.2.0
2424

2525
- name: Check if there is a new release
2626
id: check-for-updates
@@ -36,7 +36,7 @@ jobs:
3636
# It could be used as the release body but had some minor formatting issues.
3737
# For example, it contained unnecessary new lines in the body.
3838
- name: Convert from HTML to markdown
39-
uses: docker://pandoc/core:2.18.0
39+
uses: docker://pandoc/core:3.7.0.2
4040
if: ${{ steps.check-for-updates.outputs.result == 'stale' }}
4141
with:
4242
# These are appended to "pandoc" command exactly like in terminal
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Also see https://github.com/EndBug/add-and-commit
6060
- name: Commit main changes
61-
uses: stefanzweifel/git-auto-commit-action@v4
61+
uses: stefanzweifel/git-auto-commit-action@v6
6262
if: ${{ steps.check-for-updates.outputs.result == 'stale' }}
6363
with:
6464
commit_message: Update last RSS update time

0 commit comments

Comments
 (0)