diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index e8b1baac..d154bd02 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable - name: Clone coreboot repo @@ -70,7 +70,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable - name: Prepare linux kernel @@ -117,7 +117,7 @@ jobs: with: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable - name: Clone edk2 repo diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 00d3d4f8..0b85cc44 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable - name: Install Taskfile @@ -45,7 +45,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: stable - name: Install Taskfile diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 65ba7c48..2fb2d7a3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -50,7 +50,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' cache: false