Skip to content

Commit

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

Bump actions/checkout from 4.0.0 to 4.1.0
  • Loading branch information
joshbeard authored Sep 25, 2023
2 parents ee29d68 + c041a64 commit 20d03d4
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: ${{ github.ref }}

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

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: ${{ github.ref }}

Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- build
- minify
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: ${{ github.ref }}

Expand All @@ -158,7 +158,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: ${{ github.ref }}

Expand Down

0 comments on commit 20d03d4

Please sign in to comment.