diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index ad74399..3c555db 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -24,7 +24,7 @@ jobs: pull-requests: read steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: 🧐 Lint commits using "commitlint" uses: wagoid/commitlint-github-action@v6.0.1 @@ -45,7 +45,7 @@ jobs: pull-requests: read steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: 🧐 Lint YAML files uses: ibiqlik/action-yamllint@v3.1.1 @@ -62,7 +62,7 @@ jobs: group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: 🧐 Lint Markdown files uses: DavidAnson/markdownlint-cli2-action@v16.0.0 @@ -101,7 +101,7 @@ jobs: tools: phive - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: 🛠️ Setup problem matchers run: | @@ -170,7 +170,7 @@ jobs: coverage: none - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: 🛠️ Setup problem matchers run: | diff --git a/.github/workflows/refactoring.yml b/.github/workflows/refactoring.yml index dbcbecd..d89ce3f 100644 --- a/.github/workflows/refactoring.yml +++ b/.github/workflows/refactoring.yml @@ -35,7 +35,7 @@ jobs: - locked steps: - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP uses: shivammathur/setup-php@2.30.5