chore(deps): bump actions/checkout from 6 to 7 #3848
3 changed files+5−5
Modified.github/workflows/blank.yml+1−1View fileUnifiedSplit
@@ -23,7 +23,7 @@ jobs:
2323 # Steps represent a sequence of tasks that will be executed as part of the job
2424 steps:
2525 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26 - uses: actions/checkout@v6
26 - uses: actions/checkout@v7
2727
2828 # Runs a single command using the runners shell
2929 - name: Run a one-line script
Modified.github/workflows/platform-audit.yml+1−1View fileUnifiedSplit
@@ -20,7 +20,7 @@ jobs:
2020 contents: read
2121
2222 steps:
23 - uses: actions/checkout@v6
23 - uses: actions/checkout@v7
2424
2525 - name: Check for Astra references (old brand name)
2626 id: astra
Modified.github/workflows/security-quality.yml+3−3View fileUnifiedSplit
@@ -17,7 +17,7 @@ jobs:
1717 name: Build Verification
1818 runs-on: ubuntu-latest
1919 steps:
20 - uses: actions/checkout@v6
20 - uses: actions/checkout@v7
2121 - uses: actions/setup-node@v6
2222 with:
2323 node-version: 20
@@ -30,7 +30,7 @@ jobs:
3030 name: Lint & Type Check
3131 runs-on: ubuntu-latest
3232 steps:
33 - uses: actions/checkout@v6
33 - uses: actions/checkout@v7
3434 - uses: actions/setup-node@v6
3535 with:
3636 node-version: 20
@@ -43,7 +43,7 @@ jobs:
4343 name: Security Audit
4444 runs-on: ubuntu-latest
4545 steps:
46 - uses: actions/checkout@v6
46 - uses: actions/checkout@v7
4747 - uses: actions/setup-node@v6
4848 with:
4949 node-version: 20
5050
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts