aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/reddit.yml
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-12-21 18:27:00 -0700
committerLibravatar GitHub <noreply@github.com>2023-12-21 18:27:00 -0700
commit6259bb8833a10c1e3dcc84f418946bcf2db40f25 (patch)
treeceaf71f17493c1f8db4b9d37c9a17b006d5935bc /.github/workflows/reddit.yml
parentfix: custom services developer documentation link leads to franz pape (#1493) (diff)
downloadferdium-app-6259bb8833a10c1e3dcc84f418946bcf2db40f25.tar.gz
ferdium-app-6259bb8833a10c1e3dcc84f418946bcf2db40f25.tar.zst
ferdium-app-6259bb8833a10c1e3dcc84f418946bcf2db40f25.zip
ci: update various github actions to latest (#1494)
- update `actions/checkout` from v3 to v4 - update `actions/setup-node` from v3 to v4 - change `nick-fields/retry` from v2.8.3 to v2 - update `bluwy/release-for-reddit-action` from v1.2.0 to v2 - lock all CI runners to fixed version rather than latest
Diffstat (limited to '.github/workflows/reddit.yml')
-rw-r--r--.github/workflows/reddit.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/reddit.yml b/.github/workflows/reddit.yml
index 79149c405..77c771030 100644
--- a/.github/workflows/reddit.yml
+++ b/.github/workflows/reddit.yml
@@ -6,17 +6,17 @@ on:
6 6
7jobs: 7jobs:
8 test: 8 test:
9 runs-on: ubuntu-latest 9 runs-on: ubuntu-22.04
10 steps: 10 steps:
11 - name: Release for Reddit 11 - name: Release for Reddit
12 uses: bluwy/release-for-reddit-action@v1.2.0 12 uses: bluwy/release-for-reddit-action@v2
13 with: 13 with:
14 username: ${{ secrets.REDDIT_USERNAME }} 14 username: ${{ secrets.REDDIT_USERNAME }}
15 password: ${{ secrets.REDDIT_PASSWORD }} 15 password: ${{ secrets.REDDIT_PASSWORD }}
16 app-id: ${{ secrets.REDDIT_APP_ID }} 16 app-id: ${{ secrets.REDDIT_APP_ID }}
17 app-secret: ${{ secrets.REDDIT_APP_SECRET }} 17 app-secret: ${{ secrets.REDDIT_APP_SECRET }}
18 subreddit: ferdium # Submit to /r/ferdium 18 subreddit: ferdium # Submit to /r/ferdium
19 title: "[Release] Ferdium ${{ github.event.release.tag_name }}" 19 title: '[Release] Ferdium ${{ github.event.release.tag_name }}'
20 # flair-id: "7aa4f288-bf0d-11ec-a939-8e36666e1f23" 20 # flair-id: "7aa4f288-bf0d-11ec-a939-8e36666e1f23"
21 comment: "${{ github.event.release.body }}" 21 comment: '${{ github.event.release.body }}'
22 notification: true 22 notification: true