Skip to content

Commit

Permalink
Merge pull request #388 from agda/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
JacquesCarette authored Aug 8, 2023
2 parents 4bbb9e6 + 30d83eb commit e721f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:

# By default github actions do not pull the repo
- name: Checkout agda-categories
uses: actions/checkout@v2
uses: actions/checkout@v3

# Generate a fresh Everything.agda & index.agda and start building!
- name: Test agda-categories
Expand Down

0 comments on commit e721f79

Please sign in to comment.