Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.0 to 4.2.2 (#475)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 94e71e6 commit 8c6c27b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
# required by release-tag.sh to correctly identify files changed in the last commit
fetch-depth: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_release_in_github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Create release note
run: ./build-release-note.sh ${{ github.event.client_payload.version }} > NOTE.md
- name: Create release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_pr_for_http4k_upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
create-pr-for-http4k-upgrade:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Update release
uses: technote-space/create-pr-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: check-out
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
ref: master
- name: setup-java
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
release-site:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- uses: actions/[email protected]
with:
python-version: '3.12.4'
architecture: 'x64'
- run: pip install -r requirements.txt
- run: ./tools/embed_code.py
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
repository: http4k/www-http4k-connect
path: tmp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/send_to_slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
slackify:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- run: ./notify-slack.sh ${{ github.event.client_payload.version }}
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
4 changes: 2 additions & 2 deletions .github/workflows/upload_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Grab tag name
uses: olegtarasov/[email protected]
id: tagName
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Grab tag name
uses: olegtarasov/[email protected]
id: tagName
Expand Down

0 comments on commit 8c6c27b

Please sign in to comment.