diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7097cd2..8a2b480 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,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@v6 + - uses: actions/checkout@v7 # Compile tex files - name: Compile files diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bc6cded..baca071 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check spelling uses: typoci/spellcheck-action@v1.1.0 env: