aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-03-15 15:03:35 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-03-15 15:03:35 +0900
commit5fa1016950ead383dbd3d63f9848b029ee7cbfe8 (patch)
treee75c28b2c33f8710324af09cb62c93bb1bfb9802
parentbf953ee7325950985da70470772bad9f1253aaa3 (diff)
downloadlibhinoko-5fa1016950ead383dbd3d63f9848b029ee7cbfe8.tar.gz
ci: use actions/checkout@v4
To suppress the following warning in github actions: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 70b8205..2acb26d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
dnf -y install meson gobject-introspection-devel systemd-devel
dnf -y install gi-docgen python3-gobject
- name: Checkout repository.
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Create gi-docgen.wrap in subproject directory
run: |
mkdir subprojects
@@ -70,7 +70,7 @@ jobs:
DEBIAN_FRONTEND=noninteractive apt-get install -y meson ninja-build libglib2.0-dev gobject-introspection libgirepository1.0-dev
DEBIAN_FRONTEND=noninteractive apt-get install -y gi-docgen python3-gi
- name: Checkout repository.
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Create gi-docgen.wrap in subproject directory
run: |
mkdir subprojects