Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.0 to 4.1.1 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 190e621 commit fd674bd
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 fd674bd

Please sign in to comment.