Procházet zdrojové kódy

Merge pull request #2870 from spantaleev/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
pull/2872/head
Slavi Pantaleev před 2 roky
committed by GitHub
rodič
revize
8a6f413e5f
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      .github/workflows/matrix.yml

+ 2
- 2
.github/workflows/matrix.yml Zobrazit soubor

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run yamllint
uses: frenck/action-yamllint@v1.4.1
ansible-lint:
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@v6.17.0
with:


Načítá se…
Zrušit
Uložit