Browse Source

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

Upgrade CI/CD file
Silvio Clécio 1 year ago
parent
commit
c23a857173
1 changed files with 2 additions and 2 deletions
  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: |