Skip to content

Commit

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

Merged by mergem
  • Loading branch information
joshbeard authored Apr 27, 2024
2 parents 593df20 + de27d6a commit a4a2947
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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
ref: ${{ github.ref }}

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

steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
ref: ${{ github.ref }}

Expand All @@ -132,7 +132,7 @@ jobs:
- build
- minify
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
ref: ${{ github.ref }}

Expand All @@ -152,7 +152,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
with:
ref: ${{ github.ref }}

Expand Down

0 comments on commit a4a2947

Please sign in to comment.