bump actions

This commit is contained in:
Jill Regan
2026-03-24 15:05:17 -04:00
parent 92467eb28f
commit 5b18565a3b
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ jobs:
export-env: [true, false] export-env: [true, false]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ inputs.ref }} ref: ${{ inputs.ref }}
@@ -146,7 +146,7 @@ jobs:
export-env: [true, false] export-env: [true, false]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ inputs.ref }} ref: ${{ inputs.ref }}

View File

@@ -9,7 +9,7 @@ jobs:
lint-and-test: lint-and-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- name: Run ShellCheck - name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0 uses: ludeeus/action-shellcheck@2.0.0