Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 709878a commit 34ac6ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
clojure_matrix: ${{ steps.set-matrix.outputs.clojure_matrix }}
timeout-minutes: 5
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: set PWD environment variable
run: echo "PWD=$(pwd)" >> $GITHUB_ENV

- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: set PWD environment variable
run: echo "PWD=$(pwd)" >> $GITHUB_ENV

- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
- name: set PWD environment variable
run: echo "PWD=$(pwd)" >> $GITHUB_ENV

- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/techdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
publish-techdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.2.1

- uses: actions/setup-node@v4.0.2

Expand Down

0 comments on commit 34ac6ea

Please sign in to comment.