Skip to content

Commit

Permalink
ci: bump checkout action
Browse files Browse the repository at this point in the history
Use the latest checkout action to silence deprecation warnings.

Signed-off-by: David Rheinsberg <david@readahead.eu>
  • Loading branch information
dvdhrm committed Jul 30, 2024
1 parent 2d0940c commit 225b94c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt -y install dbus expat libaudit-dev libselinux-dev libsystemd-dev python3-pip
sudo pip3 install meson ninja
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meson-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:

steps:
- name: "Fetch Sources"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Setup 32-bit Environment"
if: matrix.m32 == 'yes'
Expand Down

0 comments on commit 225b94c

Please sign in to comment.