summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2024-03-29 13:56:14 +0100
committerOneric <oneric@oneric.stub>2024-03-29 13:58:00 +0100
commite51781341493e0312f0c7fee66372f0365f7b962 (patch)
treec6170df5f113c4ee8332f3951e65d8fd48e50ee2
parent649a7c2e1fc6f4188ea1a89968560715800b883d (diff)
downloadlibass-e51781341493e0312f0c7fee66372f0365f7b962.tar.bz2
libass-e51781341493e0312f0c7fee66372f0365f7b962.tar.xz
ci/gha: update checkout action to v4
Node16-based actions are deprecated; no adjustments needed for bumping to v4. The msys2 actions is already following the latest major release.
-rw-r--r--.github/workflows/ghci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index ef37947..cb31938 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -67,10 +67,10 @@ jobs:
steps:
- name: checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: download test samples
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: libass/libass-tests
path: ${{ env.ART_SAMPLES }}