Skip to content

Commit

Permalink
chore: update CI actions which are triggering warnings (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored Mar 22, 2024
1 parent c11faf3 commit 7b2c022
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
./elan-init -y --default-toolchain none
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: build std
id: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly_bump_toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bump lean-toolchain on nightly-testing

on:
schedule:
- cron: '0 9 * * *'
- cron: '0 9 * * *'
# 10AM CET/1AM PT, 2 hours after lean4 starts building the nightly.
# Mathlib's `nightly-testing` branch is bumped one hour later.

Expand All @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: nightly-testing # checkout nightly-testing branch
token: ${{ secrets.NIGHTLY_TESTING }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_detect_failure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: nightly-testing # checkout nightly-testing branch
fetch-depth: 0 # checkout all branches so that we can push from `nightly-testing` to `nightly-testing-YYYY-MM-DD`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_merge_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.NIGHTLY_TESTING }}
Expand Down

0 comments on commit 7b2c022

Please sign in to comment.