From cafd3dbe50619138bd921a4f3717330d002f7727 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Sun, 3 Mar 2024 19:26:38 -0500 Subject: [PATCH] Update action versions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6caa13e..dda4a7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ jobs: - name: Install dependencies run: sudo apt-get install -y gcc-avr avr-libc simulavr - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compile C library run: | gcc --std=c90 -pedantic -c -Wall -Werror -fpic -o src/secplus.o src/secplus.c