Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Upgrade checkout action to v3 to resolve dubious ownership error
Browse files Browse the repository at this point in the history
See these issues for more info, v3 automatically sets repo as safe directory:
* actions/checkout#1048
* actions/runner-images#6775
  • Loading branch information
kevincon committed Jan 22, 2023
1 parent a6bf41a commit 922732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
yum install --assumeyes https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm
yum install --assumeyes git gcc
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Init Hermit
run: ./bin/hermit env --raw >> $GITHUB_ENV
- name: Build
Expand Down

0 comments on commit 922732c

Please sign in to comment.