Skip to content

Commit

Permalink
verify-policy@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
wadefagen committed Mar 29, 2024
1 parent b531839 commit e6784a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The following workflow will do the following:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: illinois/verify-policy@v3
- uses: actions/checkout@v4
- uses: illinois/verify-policy@v2
with:
due_date: '2022-06-21T00:00:00+00:00'
required_files: 'mp1/Makefile, .github/workflows/mp1-autograder-action.yml'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ inputs:
required: false
default: ''
runs:
using: "node16"
using: "node20"
main: "./dist/index.js"

0 comments on commit e6784a2

Please sign in to comment.