Skip to content

Commit

Permalink
Bump none-shall-pass GH action to v5
Browse files Browse the repository at this point in the history
Set all GH actions to use self-hosted runners
  • Loading branch information
dormant-user committed May 18, 2024
1 parent a8e07a1 commit 6c18bc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/markdown-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
name: none-shall-pass

on:
push:
workflow_dispatch:
push:
branches:
- main

jobs:
none-shall-pass:
runs-on: ubuntu-latest
runs-on:
- self-hosted
- Ubuntu
steps:
- uses: actions/checkout@v3
- uses: thevickypedia/none-shall-pass@v3
- uses: thevickypedia/none-shall-pass@v5
with:
excludeHostnames: "whatismyipaddress"
8 changes: 3 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ on:

jobs:
deploy:

runs-on: ubuntu-latest

runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit 6c18bc8

Please sign in to comment.