Skip to content

Commit

Permalink
Merge pull request #318 from cake-contrib/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.1.5
  • Loading branch information
AdmiringWorm authored May 7, 2024
2 parents 3393625 + 8025b09 commit 850ccb1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
WYAM_DEPLOY_REMOTE: ${{ github.event.repository.html_url }}

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout the requested branch
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout the requested branch
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
fetch-depth: 0
ref: ${{ github.event.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout the requested branch
uses: actions/[email protected].4
uses: actions/[email protected].5
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
Expand Down

0 comments on commit 850ccb1

Please sign in to comment.