Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 284c4b5 commit 8efea3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ./.github/actions/build-windows-dnd-helper
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
needs: [ ci ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download all releases
uses: actions/download-artifact@v3
# The download job creates a separate folder for every release, resulting in files such as
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-windows-dnd-helper:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Register DND helper
run: |
# Temporary hack, as per https://github.com/actions/runner-images/issues/7531#issuecomment-1617707220
Expand Down

0 comments on commit 8efea3f

Please sign in to comment.