Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 17a3b10 commit a3d830f
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 @@ -26,7 +26,7 @@ jobs:
clojure_matrix: ${{ steps.set-matrix.outputs.clojure_matrix }}
timeout-minutes: 5
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
with:
persist-credentials: false

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

- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
with:
persist-credentials: false

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

- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
with:
persist-credentials: false

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

- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.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 @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1

# - uses: actions/download-artifact@v2
# with:
Expand Down

0 comments on commit a3d830f

Please sign in to comment.