Update Ubuntu to 22.04 LTS and Checkout to version 3. (#491)

* Update Ubuntu to 22.04 LTS.

* Update checkout to version 3.
This commit is contained in:
Kichura 2022-10-03 11:36:26 +02:00 committed by GitHub
parent 3de6fd725d
commit 49e4316578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ on:
types: [published]
jobs:
publish-to-curseforge:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Get the version
id: get_version

View file

@ -7,10 +7,10 @@ on:
jobs:
sync-bitbucket:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Git Repo Sync - BitBucket
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0