Skip to content

Commit

Permalink
Merge pull request #27 from joshbeard/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.1.7

Bump actions/checkout from 4.1.4 to 4.1.7
  • Loading branch information
joshbeard authored Jan 16, 2025
2 parents 0e0ba71 + 5b29dfc commit 52e1059
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: YAML Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
Expand All @@ -28,7 +28,7 @@ jobs:
timeout-minutes: 4
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.ref }}

Expand All @@ -43,7 +43,7 @@ jobs:
needs: [spellcheck, yamllint]

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.ref }}

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
container: thekevjames/minify:2.10.0
needs: build
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.ref }}

Expand All @@ -132,7 +132,7 @@ jobs:
- build
- minify
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.ref }}

Expand All @@ -152,7 +152,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
ref: ${{ github.ref }}

Expand Down

0 comments on commit 52e1059

Please sign in to comment.