From 191483e8e33da96a17499d770e076678e3ad7f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simard?= Date: Tue, 30 Jul 2024 16:15:55 -0400 Subject: [PATCH] Updated 1Password plug-in to v2.0 ... to silence error message about NodeJS being deprecated. --- .github/workflows/remove-outdated-auto-content-update-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-outdated-auto-content-update-prs.yml b/.github/workflows/remove-outdated-auto-content-update-prs.yml index f9e60e7fa..d6a9d47ce 100644 --- a/.github/workflows/remove-outdated-auto-content-update-prs.yml +++ b/.github/workflows/remove-outdated-auto-content-update-prs.yml @@ -22,7 +22,7 @@ jobs: - name: Load secrets from 1Password id: onepw_secrets - uses: 1Password/load-secrets-action@v1.3.1 + uses: 1Password/load-secrets-action@v2.0.0 with: export-env: true # Export loaded secrets as environment variables env: