Skip to content

Commit

Permalink
Merge pull request #303 from cake-contrib/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.1.4

Bump actions/checkout from 2.3.4 to 4.1.4
  • Loading branch information
AdmiringWorm authored May 4, 2024
2 parents 9409de7 + 3a58018 commit 97d606c
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/checkout@v2.3.4
- uses: actions/checkout@v4.1.4
- 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/checkout@v2.3.4
- uses: actions/checkout@v4.1.4
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/checkout@v2.3.4
uses: actions/checkout@v4.1.4
- 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/checkout@v2.3.4
uses: actions/checkout@v4.1.4
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/checkout@v2.3.4
uses: actions/checkout@v4.1.4
- name: Fetch all tags and branches
run: git fetch --prune --unshallow
- name: Cache Tools
Expand Down

0 comments on commit 97d606c

Please sign in to comment.