Skip to content

Commit

Permalink
Update actions/checkout in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Aug 13, 2024
1 parent 30bfb9f commit e2aaf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
tags: '*'
tags: ['v*']
pull_request:
schedule:
# Tuesday 8am UTC (3am EST)
Expand All @@ -26,7 +26,7 @@ jobs:
- 'coqorg/coq:8.14'
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-record-update.opam'
Expand Down

0 comments on commit e2aaf32

Please sign in to comment.