Skip to content

Commit dde2122

Browse files
authored
Upgrade actions/checkout from v3 to v4
Updated the checkout action version from v3 to v4.
1 parent 23f7306 commit dde2122

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
name: Docker Image test
22
on:
33
workflow_dispatch: null
4-
workflow_run:
5-
workflows: ["update conda lockfile"]
6-
types: [completed]
74

85
jobs:
96
build:
107
runs-on: ubuntu-latest
118
permissions: write-all
129
steps:
13-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1411
with:
1512
ref: test
1613
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)