Skip to content

Commit e5fda94

Browse files
committed
Upgrade GitHub Actions
1 parent d934a0c commit e5fda94

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.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.1.0
15+
- uses: actions/checkout@v2.3.1
1616
with:
1717
ref: ${{ github.ref }}
1818
- uses: fabasoad/pascal-action@v1.0.2
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
name: CI (master)
2+
name: CI (main)
33

44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
functional_tests:
1414
name: Functional tests
1515
timeout-minutes: 5
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2.1.0
18+
- uses: actions/checkout@v2.3.1
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.1.0
15+
- uses: actions/checkout@v2.3.1
1616
- uses: burdzwastaken/hadolint-action@master
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/shell-lint.yml

Lines changed: 2 additions & 2 deletions
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.1.0
15-
- uses: bewuethr/shellcheck-action@v2.0.2
14+
- uses: actions/checkout@v2.3.1
15+
- uses: bewuethr/shellcheck-action@v2.0.3

.github/workflows/yaml-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.1.0
15+
- uses: actions/checkout@v2.3.1
1616
- uses: ibiqlik/action-yamllint@v1.0.0
1717
with:
1818
config_file: .yamllint.yml

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We use GitHub to host code, to track issues and feature requests, as well as acc
1313
## We Use [GitHub Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests
1414
Pull requests are the best way to propose changes to the codebase (we use [GitHub Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:
1515

16-
1. Fork the repo and create your branch from `master`.
16+
1. Fork the repo and create your branch from `main`.
1717
2. If you've added code that should be tested, add tests.
1818
3. If you've changed APIs, update the documentation.
1919
4. Ensure the test suite passes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Run Pascal script action
2-
![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/fabasoad/pascal-action?include_prereleases) ![CI (latest)](https://github.com/fabasoad/pascal-action/workflows/CI%20(latest)/badge.svg) ![CI (master)](https://github.com/fabasoad/pascal-action/workflows/CI%20(master)/badge.svg) ![YAML Lint](https://github.com/fabasoad/pascal-action/workflows/YAML%20Lint/badge.svg) ![Dockerfile Lint](https://github.com/fabasoad/pascal-action/workflows/Dockerfile%20Lint/badge.svg) ![Shell Lint](https://github.com/fabasoad/pascal-action/workflows/Shell%20Lint/badge.svg)
2+
![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/fabasoad/pascal-action?include_prereleases) ![CI (latest)](https://github.com/fabasoad/pascal-action/workflows/CI%20(latest)/badge.svg) ![CI (main)](https://github.com/fabasoad/pascal-action/workflows/CI%20(main)/badge.svg) ![YAML Lint](https://github.com/fabasoad/pascal-action/workflows/YAML%20Lint/badge.svg) ![Dockerfile Lint](https://github.com/fabasoad/pascal-action/workflows/Dockerfile%20Lint/badge.svg) ![Shell Lint](https://github.com/fabasoad/pascal-action/workflows/Shell%20Lint/badge.svg)
33

44
This action runs Pascal script.
55

@@ -37,4 +37,4 @@ jobs:
3737
```
3838
3939
### Result
40-
![Result](https://raw.githubusercontent.com/fabasoad/pascal-action/master/screenshot.png)
40+
![Result](https://raw.githubusercontent.com/fabasoad/pascal-action/main/screenshot.png)

0 commit comments

Comments
 (0)