瀏覽代碼

Merge pull request #61 from risoflora/upgrade-ci-cd-file

Upgrade CI/CD file
Silvio Clécio 1 年之前
父節點
當前提交
c23a857173
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/CI.yml

+ 2 - 2
.github/workflows/CI.yml

@@ -7,7 +7,7 @@
 #
 # Cross-platform library which helps to develop web servers or frameworks.
 #
-# Copyright (C) 2016-2022 Silvio Clecio <[email protected]>
+# Copyright (C) 2016-2024 Silvio Clecio <[email protected]>
 #
 # Sagui library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -36,7 +36,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v4
 
       - name: Install packages
         run: |