diff --git a/.github/workflows/node-release-no-provenance.yml b/.github/workflows/node-release-no-provenance.yml index b9ce658..d4ac9ce 100644 --- a/.github/workflows/node-release-no-provenance.yml +++ b/.github/workflows/node-release-no-provenance.yml @@ -48,7 +48,7 @@ jobs: steps: # Checkout action repository - name: Checkout action repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: node-modules/github-actions path: action_repo @@ -56,7 +56,7 @@ jobs: # Checkout project repository - name: Checkout project repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main_repo token: ${{ secrets.GIT_TOKEN }} diff --git a/.github/workflows/node-release.yml b/.github/workflows/node-release.yml index 35f1a49..8f0252c 100644 --- a/.github/workflows/node-release.yml +++ b/.github/workflows/node-release.yml @@ -49,7 +49,7 @@ jobs: steps: # Checkout action repository - name: Checkout action repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: node-modules/github-actions path: action_repo @@ -57,7 +57,7 @@ jobs: # Checkout project repository - name: Checkout project repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main_repo token: ${{ secrets.GIT_TOKEN }} diff --git a/.github/workflows/node-test-mysql.yml b/.github/workflows/node-test-mysql.yml index 9932548..9575380 100644 --- a/.github/workflows/node-test-mysql.yml +++ b/.github/workflows/node-test-mysql.yml @@ -49,7 +49,7 @@ jobs: steps: # Checkout action repository - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: node-modules/github-actions path: action_repo @@ -108,7 +108,7 @@ jobs: steps: - name: Checkout Git Source - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Calculate Architecture uses: actions/github-script@v7 diff --git a/.github/workflows/node-test-parallel.yml b/.github/workflows/node-test-parallel.yml index 9658900..f1d7c57 100644 --- a/.github/workflows/node-test-parallel.yml +++ b/.github/workflows/node-test-parallel.yml @@ -50,7 +50,7 @@ jobs: steps: # Checkout action repository - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: node-modules/github-actions path: action_repo @@ -93,7 +93,7 @@ jobs: steps: - name: Checkout Git Source - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Calculate Architecture uses: actions/github-script@v7 diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index 5834c6c..bdc3ecc 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -43,7 +43,7 @@ jobs: steps: # Checkout action repository - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: node-modules/github-actions path: action_repo @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout Git Source - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Calculate Architecture uses: actions/github-script@v7 diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 8539c43..6cacb2b 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -48,7 +48,7 @@ jobs: steps: # Checkout action repository - name: Checkout action repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: node-modules/github-actions path: action_repo @@ -56,7 +56,7 @@ jobs: # Checkout project repository - name: Checkout project repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: path: main_repo token: ${{ secrets.GIT_TOKEN }}