Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2 (#158)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.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 Sep 27, 2024
1 parent 5830106 commit 1b0f519
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/[email protected].1
- uses: actions/[email protected].2
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/[email protected].1
- uses: actions/[email protected].2
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/[email protected].1
- uses: actions/[email protected].2
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/[email protected].1
- uses: actions/[email protected].2
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/[email protected].1
- uses: actions/[email protected].2

- uses: actions/[email protected]

Expand Down

0 comments on commit 1b0f519

Please sign in to comment.