diff --git a/.github/workflows/frontend-ci.yml b/.github/workflows/frontend-ci.yml index 57b2fa0..1f0d2e8 100644 --- a/.github/workflows/frontend-ci.yml +++ b/.github/workflows/frontend-ci.yml @@ -29,7 +29,7 @@ jobs: steps: # Step 1: Check out the repository code - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Step 2: Install pnpm package manager - name: Install pnpm diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 0a7b547..c711e96 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -21,7 +21,7 @@ jobs: steps: # Step 1: Check out the repository code - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Step 2: Label the PR based on changed files - name: Label PR diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 0d4b847..b97ec9b 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -35,7 +35,7 @@ jobs: steps: # Step 1: Check out the repository code - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Step 2: Set up Python 3.11 - name: Setup Python