ci: we need a ref for actions/checkout
This commit is contained in:
@@ -5,13 +5,13 @@ jobs:
|
|||||||
self:
|
self:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout
|
- uses: actions/checkout@v6
|
||||||
- run: ls -lah
|
- run: ls -lah
|
||||||
|
|
||||||
other-in-user:
|
other-in-user:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: codinget/totallynotmalware
|
repository: codinget/totallynotmalware
|
||||||
- run: ls -lah
|
- run: ls -lah
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
other-in-other-org:
|
other-in-other-org:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: privileged/action-tests
|
repository: privileged/action-tests
|
||||||
- run: ls -lah
|
- run: ls -lah
|
||||||
|
|||||||
Reference in New Issue
Block a user