Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 0f98cc3 commit ab54ebb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
valgrind --version
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install sqlrelay vendor dependencies
run: |
bash bin/sqlrelay-vendor-pkgs.sh show-env
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
bash bin/careful-mv.sh /var/log/sqlrelay/debug/* /var/log/sqlrelay/odbc/* artifacts/server-log
- name: publish artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts-of-test-${{ inputs.php-version }}
path: artifacts
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint Markdown files
uses: avto-dev/markdown-lint@v1
Expand All @@ -23,9 +23,9 @@ jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
with:
config_file_path: 'renovate.json'

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
lsb_release -a
sudo apt-get update
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install sqlrelay vendor dependencies
run: |
bash bin/sqlrelay-vendor-pkgs.sh show-env
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
bash bin/careful-mv.sh /var/log/sqlrelay/odbc/* artifacts/server-log
- name: publish artifacts
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts-of-test-${{ matrix.php-version }}
path: artifacts
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v5
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
Expand Down

0 comments on commit ab54ebb

Please sign in to comment.