diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b1d9c1b..ee5ab0c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -18,7 +18,7 @@ jobs: # - { name: "macOS Latest Clang", artifact: "macOS.tar.xz", os: macos-latest, build_type: "Release", cc: "clang", cxx: "clang++" } - { name: "MacOS Latest Clang", artifact: "MacOS-clang.tar.xz", os: macos-latest, build_type: "Release", cc: "clang", cxx: "clang++" } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - name: make run: make CC=${{ matrix.config.cxx }} clean - name: make diff --git a/data/goslin/.github/workflows/check-grammars.yml b/data/goslin/.github/workflows/check-grammars.yml index 9c93087..3f63e0d 100644 --- a/data/goslin/.github/workflows/check-grammars.yml +++ b/data/goslin/.github/workflows/check-grammars.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - name: Set up JDK 11 uses: actions/setup-java@v2 with: