Skip to content

Commit

Permalink
Bump checkout action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed Oct 24, 2024
1 parent 05f641c commit 848fb7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Build (${{ matrix.os }})"
uses: "./.github/workflows/build"

Expand All @@ -26,6 +26,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Publish
uses: "./.github/workflows/publish"
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Build (${{ matrix.os }})"
uses: "./.github/workflows/build"

0 comments on commit 848fb7f

Please sign in to comment.