diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96b8ae6..6f5fdec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Node.js and NPM uses: actions/setup-node@v3 with: @@ -38,7 +38,7 @@ jobs: steps: # Setup - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: token: ${{ secrets.BUILD_USER_TOKEN || github.token }} # allows commit of any fixes to trigger a new workflow run - name: Setup Node.js and NPM @@ -75,7 +75,7 @@ jobs: steps: # Setup - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Node.js and NPM uses: actions/setup-node@v3 with: @@ -112,7 +112,7 @@ jobs: steps: # Setup - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Node.js and NPM uses: actions/setup-node@v3 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8f5754a..b321fa8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Node.js and NPM uses: actions/setup-node@v3 with: