diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index a60bb86..78076f8 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -17,7 +17,7 @@ jobs: - { name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz", os: ubuntu-latest, build_type: "Release", cc: "gcc", cxx: "g++" } - { name: "macOS arm64 Clang", artifact: "macOS-arm64-clang.tar.xz", os: macos-latest, build_type: "Release", cc: "clang", cxx: "clang++" } steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: show platform run: uname -sm - name: make clean diff --git a/data/goslin/.github/workflows/check-grammars.yml b/data/goslin/.github/workflows/check-grammars.yml index 9c93087..db7506e 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@v7 - name: Set up JDK 11 uses: actions/setup-java@v2 with: