Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gitstamp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Timestamp commit with Gitstamp
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: Submit Gitstamp transaction
uses: artob/gitstamp-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: Lint Markdown and YAML files
uses: docker://github/super-linter:v3.4.0
env:
Expand Down