Skip to content

Commit a57692b

Browse files
committed
Upgrade GitHub Actions
1 parent e5fda94 commit a57692b

9 files changed

Lines changed: 19 additions & 15 deletions

File tree

.github/FUNDING.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
open_collective: fabasoad
2+
custom: ['https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH']
3+
github: ['fabasoad']
4+
issuehunt: fabasoad
35
ko_fi: fabasoad
46
liberapay: fabasoad
5-
issuehunt: fabasoad
6-
custom: ['https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH']
7+
open_collective: fabasoad

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Closes #<Issue Number>
2+
13
## Pull request checklist
24

35
Please check if your PR fulfills the following requirements:
@@ -25,8 +27,6 @@ Please check the type of change your PR introduces:
2527
## What is the current behavior?
2628
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
2729

28-
Issue Number: N/A
29-
3030

3131
## What is the new behavior?
3232
<!-- Please describe the behavior or changes that are being added by this PR. -->

.github/workflows/ci-lastest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 5
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.1
15+
- uses: actions/checkout@v2.3.4
1616
with:
1717
ref: ${{ github.ref }}
1818
- uses: fabasoad/pascal-action@v1.0.2

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 5
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2.3.1
18+
- uses: actions/checkout@v2.3.4
1919
- uses: ./
2020
id: pascal
2121
with:

.github/workflows/dockerfile-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 3
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.1
15+
- uses: actions/checkout@v2.3.4
1616
- uses: burdzwastaken/hadolint-action@master
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/shell-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
timeout-minutes: 3
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2.3.1
14+
- uses: actions/checkout@v2.3.4
1515
- uses: bewuethr/shellcheck-action@v2.0.3

.github/workflows/yaml-lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
timeout-minutes: 3
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.1
16-
- uses: ibiqlik/action-yamllint@v1.0.0
15+
- uses: actions/checkout@v2.3.4
16+
- uses: ibiqlik/action-yamllint@v3.0.0
1717
with:
1818
config_file: .yamllint.yml
1919
strict: false
20-
file_or_dir: .yamllint.yml action.yml .github/**.yml

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
name: Run Pascal script
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v1
31-
- uses: fabasoad/pascal-action@v1.0.0
30+
- uses: actions/checkout@main
31+
- uses: fabasoad/pascal-action@main
3232
id: pascal
3333
with:
3434
path: './HelloWorld.pas'
@@ -37,4 +37,8 @@ jobs:
3737
```
3838
3939
### Result
40-
![Result](https://raw.githubusercontent.com/fabasoad/pascal-action/main/screenshot.png)
40+
41+
```shell
42+
Run echo "Hello World!"
43+
Hello World!
44+
```

screenshot.png

-13.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)