diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2668dc0..42abb16 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 1847d2e..952fa73 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -14,7 +14,7 @@ jobs: node-version: [20.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: @@ -27,7 +27,7 @@ jobs: if: github.event_name == 'pull_request' needs: build steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Run tests run: docker build . --file Dockerfile docker-push: @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-24.04 if: github.event_name == 'push' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Login to Docker Hub uses: docker/login-action@v3 with: