Merge pull request #5 from blackboxprogramming/dependabot/github_actions/actions/checkout-6

ci: bump actions/checkout from 4 to 6
This commit is contained in:
Alexa Amundson
2026-03-15 20:28:27 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -4,5 +4,5 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- run: echo "Build steps pending" - run: echo "Build steps pending"

View File

@@ -12,7 +12,7 @@ jobs:
security: security:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- name: Check for secrets - name: Check for secrets
run: | run: |