diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 2c2b344..13e270d 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-24.04 name: Node.js package audit steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Node.js uses: actions/setup-node@v4 with: diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 141a367..c304bc0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-24.04 steps: # Checks-out the repository under $GITHUB_WORKSPACE. - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Build Dockerfile diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 63786af..7f88e41 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,7 +12,7 @@ jobs: node-version: [18.x, 20.x, 22.x, 24.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: