diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-03-02 22:30:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 21:30:59 +0000 |
commit | 55f7181553019d5ccb3fc9b26b0216e283921d3e (patch) | |
tree | 292f89557340c9fc7264a52c8cc9e8b33b68104c | |
parent | b3bc226a8b723d2e13fba732a4cd9bffe99404f0 (diff) | |
download | FlightCore-55f7181553019d5ccb3fc9b26b0216e283921d3e.tar.gz FlightCore-55f7181553019d5ccb3fc9b26b0216e283921d3e.zip |
chore: Bump checkout action to v3 (#196)
-rw-r--r-- | .github/workflows/push-test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 2491a656..72fd98bb 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -19,7 +19,7 @@ jobs: name: format-check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -35,7 +35,7 @@ jobs: autogen-ts-bindings-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: profile: minimal |