diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47d624eb..dd4e897f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: steps: # get the latest version of the repository - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: actions/setup-node@v4 # get current date and time for build diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4d48b97e..84a539d9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: "Documentation: Spell Check Documentation" uses: codespell-project/actions-codespell@master with: @@ -38,7 +38,7 @@ jobs: working-directory: ./src/client steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false - name: Install and Build 🔧 @@ -52,7 +52,7 @@ jobs: needs: storybook steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Pages uses: actions/configure-pages@v5 - name: Build with Jekyll diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 7cb27809..ca6cbdeb 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -22,7 +22,7 @@ jobs: ls -la ./ # get the latest version of the repository - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # bump the backend version - name: "Backend: Automated Version Bump" uses: "phips28/gh-action-bump-version@master"