Skip to content

Commit

Permalink
Update to version 4 checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Jan 24, 2024
1 parent c15791a commit 161a6c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix: ${{ steps.list.outputs.value }}
steps:
- name: 'Check out devops repo'
uses: actions/checkout@v3
uses: actions/checkout@v4.0.0
- id: list
name: 'List automerge repos'
run: echo "value=$(cat test/automerge.json | tr -d '\n')" >> $GITHUB_OUTPUT
Expand All @@ -24,6 +24,9 @@ jobs:
matrix:
value: ${{fromJson(needs.list.outputs.matrix)}}
steps:
- name: 'Check Automerge Repo to Test'
uses: actions/[email protected]

- name: 'Automerge runtimeverification/${{ matrix.value }}'
uses: ./ # This uses the action in the root directory
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
pip install logging os subprocess sys github typing
- name: 'Check out repo: ${{ inputs.org }}/${{ inputs.repo }}'
uses: actions/checkout@v3
uses: actions/checkout@v4.0.0
with:
token: ${{ inputs.token }}
repository: ${{ inputs.org }}/${{ inputs.repo }}
Expand Down

0 comments on commit 161a6c2

Please sign in to comment.