Skip to content

Commit 78f61f4

Browse files
committed
Dev github workflow action
1 parent 3675d09 commit 78f61f4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Run a one-line script
1919
run: echo Hello, world!
2020

21-
- name: Run a multi-line script
22-
run: |
23-
echo Add other actions to build,
24-
echo test, and deploy your project.
25-

0 commit comments

Comments
 (0)