Skip to content

Commit

Permalink
Merge pull request #161 from hullcss/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.5.3

build(deps): bump actions/checkout from 3.5.2 to 3.5.3
  • Loading branch information
Ki-er committed Jun 29, 2023
2 parents 5145865 + 8e991ee commit 655890c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Use Node.js
uses: actions/setup-node@v3.6.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- uses: actions/setup-node@v3.6.0
with:
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3

- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- uses: streetsidesoftware/cspell-action@v2.26.2
2 changes: 1 addition & 1 deletion .github/workflows/yarn-upgrader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- uses: actions/setup-node@v3.6.0
with:
Expand Down

0 comments on commit 655890c

Please sign in to comment.