Skip to content

chore(deps): bump actions/checkout from 4 to 5 #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/00-init-playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 🔄 Init Cache Playground
uses: ./.github/actions/npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/00-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 🔄 Init Cache Default
uses: ./.github/actions/npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/01-build-playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 🔄 Init Cache Playground
uses: ./.github/actions/npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/01-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 🔄 Init Cache
uses: ./.github/actions/npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/01-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 10
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 🔄 Init Cache
uses: ./.github/actions/npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/01-npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 🔄 Init Cache
uses: ./.github/actions/npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 🔄 Init Cache
uses: ./.github/actions/npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 🔄 Init Cache
uses: ./.github/actions/npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/99-add-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Get issue ID
id: get_issue_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/99-codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: ⏬ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 🔄 Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/99-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: ⏬ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: 🔎 Dependency Review
uses: actions/dependency-review-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: 🔄 Init Cache
uses: ./.github/actions/npm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/update-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: ⬇ Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: ⌚ Update PRs
id: update-prs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-release-candidate-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
Loading