Skip to content

Commit

Permalink
CI: Bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Dec 18, 2023
1 parent 2f0ab38 commit b9e6980
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/rolling-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
runs-on: windows-2022
timeout-minutes: 120
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

- name: Cache Dependencies
id: cache-deps
uses: actions/cache@v3
uses: actions/cache@v3.3.2
with:
path: |
dep/msvc/deps-arm64
Expand Down Expand Up @@ -115,14 +115,14 @@ jobs:
runs-on: windows-2022
timeout-minutes: 120
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
submodules: true

- name: Cache Dependencies
id: cache-deps
uses: actions/cache@v3
uses: actions/cache@v3.3.2
with:
path: |
dep/msvc/deps-arm64
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.5 libc6-dev=2.35-0ubuntu3.5 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

Expand All @@ -236,7 +236,7 @@ jobs:
- name: Cache Dependencies
id: cache-deps
uses: actions/cache@v3
uses: actions/cache@v3.3.2
with:
path: ~/deps
key: deps ${{ hashFiles('scripts/build-dependencies.sh') }}
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
flatpak run org.freedesktop.appstream-glib validate scripts/flatpak/org.duckstation.DuckStation.metainfo.xml
- name: Build Flatpak
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.1
uses: flatpak/flatpak-github-actions/flatpak-builder@v6.3
with:
bundle: duckstation-x64.flatpak
manifest-path: scripts/flatpak/org.duckstation.DuckStation.json
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
runs-on: macos-11
timeout-minutes: 120
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

Expand All @@ -343,7 +343,7 @@ jobs:
- name: Cache Dependencies
id: cache-deps-mac
uses: actions/cache@v3
uses: actions/cache@v3.3.2
with:
path: ~/deps
key: deps-mac ${{ hashFiles('scripts/build-dependencies-mac.sh') }}
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:

create-release:
needs: [windows-build, windows-arm64-build, linux-build, linux-flatpak-build, macos-build]
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev'
steps:
- name: Download Windows Artifacts
Expand Down

0 comments on commit b9e6980

Please sign in to comment.