1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

ci: Update to current versions of actions.

This should remove the warnings within the GitHub Actions UI about
using the deprecated Node 12 and 16 versions.
This commit is contained in:
Bruce Mitchener
2024-02-12 16:50:36 +07:00
parent 3c313e9e73
commit 793d1d08c8
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
container: archlinux:base-devel
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install linux libraries
run: pacman -Syu --noconfirm && pacman -S --noconfirm --needed freetype2 capstone tbb debuginfod wayland dbus libxkbcommon libglvnd meson
- name: Profiler GUI