aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortituspijean <titus@pijean.ovh>2023-02-23 23:37:42 +0100
committerYunoHost Bot <yunohost-bot@users.noreply.github.com>2023-02-23 23:37:42 +0100
commite31df0ed77b5b051458defbd9ee5e5792437746a (patch)
treec79fa0fa6376bbe933896f40529f0c4efa6c647c /.github
parent4b0736f27579f4eafb022809c05f81951d76f9d3 (diff)
downloadmastodon_ynh-e31df0ed77b5b051458defbd9ee5e5792437746a.tar.gz
mastodon_ynh-e31df0ed77b5b051458defbd9ee5e5792437746a.tar.bz2
mastodon_ynh-e31df0ed77b5b051458defbd9ee5e5792437746a.zip
[autopatch] Upgrade auto-updater
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/updater.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml
index fb72ba0..a56d7cb 100644
--- a/.github/workflows/updater.yml
+++ b/.github/workflows/updater.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch the source code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run the updater script
@@ -33,7 +33,7 @@ jobs:
- name: Create Pull Request
id: cpr
if: ${{ env.PROCEED == 'true' }}
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update to version ${{ env.VERSION }}