Skip to content

Commit

Permalink
CI: Bump checkout actions (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
Repiteo authored Dec 3, 2024
1 parent c66c7c2 commit 90318e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4

# Configure the build environment.

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4
with:
ref: 'master'

Expand Down

0 comments on commit 90318e0

Please sign in to comment.