Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.3 to 4.0.0 (#774)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent af547b1 commit 3618f69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- local-dev
- production
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.0.0

- uses: actions/[email protected]
with:
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
name: Build site
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.0.0

- uses: actions/[email protected]
with:
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
name: Test worker
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.0.0

- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: Publish
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.0.0

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 3618f69

Please sign in to comment.